@@ -103,15 +103,15 @@ You can customize progress bar dynamically with materialish-progress methods via
103
103
104
104
A basic message:
105
105
106
- 
106
+ ![ ] ( https://github.com/TutorialsAndroid/KAlertDialog/blob/master/art/photo_2022-10-12_19-42-18.png )
107
107
108
108
new KAlertDialog(this)
109
109
.setTitleText("Here's a message!")
110
110
.show();
111
111
112
112
A title with a text under:
113
113
114
- 
114
+ ![ ] ( https://github.com/TutorialsAndroid/KAlertDialog/blob/master/art/photo_2022-10-12_19-42-18.png )
115
115
116
116
new KAlertDialog(this)
117
117
.setTitleText("Here's a message!")
@@ -120,7 +120,7 @@ A title with a text under:
120
120
121
121
A title with gravity changed:
122
122
123
- 
123
+ ![ ] ( https://github.com/TutorialsAndroid/KAlertDialog/blob/master/art/photo_2022-10-12_19-42-30.png )
124
124
125
125
new KAlertDialog(this, KAlertDialog.NORMAL_TYPE)
126
126
.setTitleText("Lorem Ipsum")
@@ -146,7 +146,7 @@ A warning message:
146
146
147
147
A success message:
148
148
149
- 
149
+ ![ ] ( https://github.com/TutorialsAndroid/KAlertDialog/blob/master/art/photo_2022-10-12_19-41-45.png )
150
150
151
151
new KAlertDialog(this, KAlertDialog.SUCCESS_TYPE)
152
152
.setTitleText("Good job!")
@@ -163,7 +163,7 @@ A message with a custom icon:
163
163
164
164
A message with a custom image URL
165
165
166
- 
166
+ ![ ] ( https://github.com/TutorialsAndroid/KAlertDialog/blob/master/art/photo_2022-10-12_19-42-12.png )
167
167
168
168
displayType - KAlertDialog.IMAGE_BIG - For full size image
169
169
displayType - KAlertDialog.IMAGE_CIRCLE - For Circle Crop image
@@ -179,7 +179,7 @@ A message with a custom image URL
179
179
180
180
A dialog with input-field
181
181
182
- 
182
+ ![ ] ( https://github.com/TutorialsAndroid/KAlertDialog/blob/master/art/photo_2022-10-12_19-42-36.png )
183
183
184
184
KAlertDialog dialog = new KAlertDialog(this, KAlertDialog.INPUT_TYPE);
185
185
dialog.setInputFieldHint("Write message");
@@ -210,7 +210,7 @@ To Change the font of only title:
210
210
To apply custom downloaded fonts of TTF format you have place your font.ttf file in assest folder below
211
211
is the screen-shot for reference about how to place your font file in assest folder
212
212
213
- 
213
+ ![ ] ( https://github.com/TutorialsAndroid/KAlertDialog/blob/master/art/structure.png )
214
214
215
215
new KAlertDialog(this, KAlertDialog.NORMAL_TYPE)
216
216
.setTitleText("Lorem Ipsum")
@@ -224,7 +224,7 @@ To Change the font of only content:
224
224
To apply custom downloaded fonts of TTF format you have place your font.ttf file in assest folder below
225
225
is the screen-shot for reference about how to place your font file in assest folder
226
226
227
- 
227
+ ![ ] ( https://github.com/TutorialsAndroid/KAlertDialog/blob/master/art/structure.png )
228
228
229
229
new KAlertDialog(this, KAlertDialog.NORMAL_TYPE)
230
230
.setTitleText("Lorem Ipsum")
0 commit comments