File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,16 +38,16 @@ progressImageView.showLoading();
3838
3939```
4040By 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
4343progressImageView. 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
5252progressImageView. withBorderColor(Color . RED ). withBorderSize(10 );
5353```
You can’t perform that action at this time.
0 commit comments