@@ -103,15 +103,15 @@ You can customize progress bar dynamically with materialish-progress methods via
103103
104104A basic message:
105105
106- 
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
112112A title with a text under:
113113
114- 
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
121121A title with gravity changed:
122122
123- 
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
147147A success message:
148148
149- 
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
164164A message with a custom image URL
165165
166- 
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
180180A dialog with input-field
181181
182- 
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- 
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- 
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