Skip to content

Commit 7a11de4

Browse files
committed
Update README.md
1 parent 8b83789 commit 7a11de4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ Advance
6161
It's very simple use just like Progressbar.
6262
```java
6363
void startAnim(){
64-
findViewById(R.id.avloadingIndicatorView).setVisibility(View.VISIBLE);
64+
avi.show();
6565
}
6666

6767
void stopAnim(){
68-
findViewById(R.id.avloadingIndicatorView).setVisibility(View.GONE);
68+
avi.hide();
6969
}
7070

7171
```

0 commit comments

Comments
 (0)