@@ -139,9 +139,84 @@ Thanks to all contributors who helped improve this library.
139139
140140---
141141
142- ## Screenshot
142+ ## Screenshot Gallery
143143
144- ![ ] ( https://github.com/TutorialsAndroid/KAlertDialog/blob/master/art/Screenshot_1665583187.png )
144+ Below are some examples of dialogs created using ** KAlertDialog** .
145+
146+ <p align =" center " >
147+ <table >
148+ <tr>
149+ <td align="center">
150+ <b>Modern Success Dialog</b><br><br>
151+ <img src="art/new/modern_dialog.png" width="90%" alt="KAlert Dialog Modern Success Dialog"/>
152+ </td>
153+ <td align="center">
154+ <b>Custom Radius, Elevation and Dim</b><br><br>
155+ <img src="art/new/custom_radius.png" width="90%" alt="KAlert Dialog Custom Radius, Elevation and Dim"/>
156+ </td>
157+ <td align="center">
158+ <b>Title and Content Font Weight</b><br><br>
159+ <img src="art/new/font_weight.png" width="90%" alt="KAlert Dialog Title and Content Font Weight"/>
160+ </td>
161+ </tr>
162+ <tr>
163+ <td align="center">
164+ <b>Basic Message Dialog</b><br><br>
165+ <img src="art/new/basic_message.png" width="90%" alt="KAlert Dialog Basic Message Dialog"/>
166+ </td>
167+ <td align="center">
168+ <b>Error Dialog</b><br><br>
169+ <img src="art/new/error_dialog.png" width="90%" alt="KAlert Dialog Error Dialog"/>
170+ </td>
171+ <td align="center">
172+ <b>Warning Confirm / Cancel Flow</b><br><br>
173+ <img src="art/new/warning_dialog.png" width="90%" alt="KAlert Dialog Warning Confirm / Cancel Flow"/>
174+ </td>
175+ </tr>
176+ <tr>
177+ <td align="center">
178+ <b>Input Validation Dialog</b><br><br>
179+ <img src="art/new/input_dialog.png" width="90%" alt="KAlert Dialog Input Validation Dialog"/>
180+ </td>
181+ <td align="center">
182+ <b>Custom View Dialog</b><br><br>
183+ <img src="art/new/custom_dialog.png" width="90%" alt="KAlert Dialog Custom View Dialog"/>
184+ </td>
185+ </tr>
186+ <tr>
187+ <td align="center">
188+ <b>Custom Icon Dialog</b><br><br>
189+ <img src="art/new/custom_icon_dialog.png" width="90%" alt="KAlert Dialog Custom Icon Dialog"/>
190+ </td>
191+ <td align="center">
192+ <b>URL Image Circle Dialog</b><br><br>
193+ <img src="art/new/url_image_circle_dialog.png" width="90%" alt="KAlert Dialog URL Image Circle Dialog"/>
194+ </td>
195+ <td align="center">
196+ <b>Big URL Image Dialog</b><br><br>
197+ <img src="art/new/big_image_dialog.png" width="90%" alt="KAlert Dialog Big URL Image Dialog"/>
198+ </td>
199+ </tr>
200+ <tr>
201+ <td align="center">
202+ <b>Custom Button Drawable Dialog</b><br><br>
203+ <img src="art/new/custom_drawable_button_dialog.png" width="90%" alt="KAlert Dialog Custom Button Drawable Dialog"/>
204+ </td>
205+ <td align="center">
206+ <b>Button Icon Styling Dialog</b><br><br>
207+ <img src="art/new/button_icons_dialog.png" width="90%" alt="KAlert Dialog Button Icon Styling Dialog"/>
208+ </td>
209+ <td align="center">
210+ <b>Progress Shortcut Methods</b><br><br>
211+ <img src="art/new/progress_dialog.png" width="90%" alt="KAlert Dialog Progress Shortcut Methods"/>
212+ </td>
213+ <td align="center">
214+ <b>Show and Dismiss Callbacks</b><br><br>
215+ <img src="art/new/callbacks_dialog.png" width="90%" alt="KAlert Dialog Show and Dismiss Callbacks"/>
216+ </td>
217+ </tr>
218+ </table >
219+ </p >
145220
146221---
147222
0 commit comments