Skip to content

Commit 4961deb

Browse files
authored
Update README.md
1 parent 6f45366 commit 4961deb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,16 @@ progressImageView.showLoading();
3838

3939
```
4040
By default the animation of progress is auto hide.
41-
if you to prefer, you can set auto hide `false`
41+
if you prefer, you can set auto hide `false`
4242
```java
4343
progressImageView.showLoading().withAutoHide(false);
4444
```
45-
but for stop the animation you should invoke method `hideLoading`
45+
but to stop the animation you should invoke method `hideLoading`
4646
```java
4747
progressImageView.hideLoading();
4848
```
4949

50-
You can set the color of animation and set the size of border of animation
50+
You can set the animation color and set the border size of animation
5151
```java
5252
progressImageView.withBorderColor(Color.RED).withBorderSize(10);
5353
```

0 commit comments

Comments
 (0)