Skip to content

Commit 433ac8d

Browse files
readme fixed
1 parent 205db3c commit 433ac8d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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-
<img width="100px" src="images/progress.gif" align="center"/>
76+
<img width="300px" 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| width=100)
86+
<img width="300px" src="images/warning.png" align="center"/>
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| width=100)
99+
<img width="300px" src="images/warning2.png" align="center"/>
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_dialog.gif| width=100)
121+
<img width="300px" src="images/bottom_dialog.gif" align="center"/>
122122

123123
## License
124124

0 commit comments

Comments
 (0)