Skip to content

Commit 6fc5052

Browse files
UPDATED README
1 parent cd2eb34 commit 6fc5052

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -103,15 +103,15 @@ You can customize progress bar dynamically with materialish-progress methods via
103103

104104
A basic message:
105105

106-
![](https://github.com/TutorialsAndroid/KAlertDialog/blob/master/art/photo_2022-10-12_19-42-18.png)
106+
![](https://github.com/TutorialsAndroid/KAlertDialog/blob/master/art/photo_2022-10-12_19-42-18.png)
107107

108108
new KAlertDialog(this)
109109
.setTitleText("Here's a message!")
110110
.show();
111111

112112
A title with a text under:
113113

114-
![](https://github.com/TutorialsAndroid/KAlertDialog/blob/master/art/photo_2022-10-12_19-42-18.png)
114+
![](https://github.com/TutorialsAndroid/KAlertDialog/blob/master/art/photo_2022-10-12_19-42-18.png)
115115

116116
new KAlertDialog(this)
117117
.setTitleText("Here's a message!")
@@ -120,7 +120,7 @@ A title with a text under:
120120

121121
A title with gravity changed:
122122

123-
![](https://github.com/TutorialsAndroid/KAlertDialog/blob/master/art/photo_2022-10-12_19-42-30.png)
123+
![](https://github.com/TutorialsAndroid/KAlertDialog/blob/master/art/photo_2022-10-12_19-42-30.png)
124124

125125
new KAlertDialog(this, KAlertDialog.NORMAL_TYPE)
126126
.setTitleText("Lorem Ipsum")
@@ -146,7 +146,7 @@ A warning message:
146146

147147
A success message:
148148

149-
![](https://github.com/TutorialsAndroid/KAlertDialog/blob/master/art/photo_2022-10-12_19-41-45.png)
149+
![](https://github.com/TutorialsAndroid/KAlertDialog/blob/master/art/photo_2022-10-12_19-41-45.png)
150150

151151
new KAlertDialog(this, KAlertDialog.SUCCESS_TYPE)
152152
.setTitleText("Good job!")
@@ -163,7 +163,7 @@ A message with a custom icon:
163163

164164
A message with a custom image URL
165165

166-
![](https://github.com/TutorialsAndroid/KAlertDialog/blob/master/art/photo_2022-10-12_19-42-12.png)
166+
![](https://github.com/TutorialsAndroid/KAlertDialog/blob/master/art/photo_2022-10-12_19-42-12.png)
167167

168168
displayType - KAlertDialog.IMAGE_BIG - For full size image
169169
displayType - KAlertDialog.IMAGE_CIRCLE - For Circle Crop image
@@ -179,7 +179,7 @@ A message with a custom image URL
179179

180180
A dialog with input-field
181181

182-
![](https://github.com/TutorialsAndroid/KAlertDialog/blob/master/art/photo_2022-10-12_19-42-36.png)
182+
![](https://github.com/TutorialsAndroid/KAlertDialog/blob/master/art/photo_2022-10-12_19-42-36.png)
183183

184184
KAlertDialog dialog = new KAlertDialog(this, KAlertDialog.INPUT_TYPE);
185185
dialog.setInputFieldHint("Write message");
@@ -210,7 +210,7 @@ To Change the font of only title:
210210
To apply custom downloaded fonts of TTF format you have place your font.ttf file in assest folder below
211211
is the screen-shot for reference about how to place your font file in assest folder
212212

213-
![](https://github.com/TutorialsAndroid/KAlertDialog/blob/master/art/structure.png)
213+
![](https://github.com/TutorialsAndroid/KAlertDialog/blob/master/art/structure.png)
214214

215215
new KAlertDialog(this, KAlertDialog.NORMAL_TYPE)
216216
.setTitleText("Lorem Ipsum")
@@ -224,7 +224,7 @@ To Change the font of only content:
224224
To apply custom downloaded fonts of TTF format you have place your font.ttf file in assest folder below
225225
is the screen-shot for reference about how to place your font file in assest folder
226226

227-
![](https://github.com/TutorialsAndroid/KAlertDialog/blob/master/art/structure.png)
227+
![](https://github.com/TutorialsAndroid/KAlertDialog/blob/master/art/structure.png)
228228

229229
new KAlertDialog(this, KAlertDialog.NORMAL_TYPE)
230230
.setTitleText("Lorem Ipsum")

0 commit comments

Comments
 (0)