Skip to content

Commit 7d8e6ce

Browse files
committed
Update README.md
1 parent 3831a68 commit 7d8e6ce

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
@@ -31,8 +31,8 @@ Add the AVLoadingIndicatorView to your layout:
3131
```java
3232
<com.wang.avi.AVLoadingIndicatorView
3333
android:id="@+id/avloadingIndicatorView"
34-
android:layout_width="wrap_content"
35-
android:layout_height="wrap_content"
34+
android:layout_width="wrap_content" //or your custom size
35+
android:layout_height="wrap_content" //or your custom size
3636
android:visibility="visible" //visible or gone
3737
app:indicator="BallPulse"
3838
app:indicator_color="your color"

0 commit comments

Comments
 (0)