File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ Provides you easily create various pop-up dialogs that you can use.
7373 .progressDialog(" Please Wait!" ). create();
7474 dialog. show();
7575```
76- ![ Fast Progress Dialog ] ( images/progress.gif )
76+ < img width = " 100px " src = " images/progress.gif " align = " center " />
7777
7878> Warning Dialog
7979``` java
@@ -83,7 +83,7 @@ Provides you easily create various pop-up dialogs that you can use.
8383 .create();
8484 dialog. show();
8585```
86- ![ Fast Warning Dialog] ( images/warning.png )
86+ ![ Fast Warning Dialog] (images/warning.png| width=100 )
8787
8888> Warning Dialog with EditText
8989``` java
@@ -96,7 +96,7 @@ Provides you easily create various pop-up dialogs that you can use.
9696 .create();
9797 dialog. show();
9898```
99- ![ Fast Warning EditText Dialog] ( images/warning2.png )
99+ ![ Fast Warning EditText Dialog] (images/warning2.png| width=100 )
100100
101101> Warning Dialog position bottom, slide bottom animation and listener possitive button
102102``` java
@@ -118,7 +118,7 @@ Provides you easily create various pop-up dialogs that you can use.
118118 .create();
119119 dialog. show();
120120```
121- ![ Fast Bottom Dialog] ( images/bottom .gif )
121+ ![ Fast Bottom Dialog] (images/bottom_dialog .gif| width=100 )
122122
123123## License
124124
You can’t perform that action at this time.
0 commit comments