We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3831a68 commit 7d8e6ceCopy full SHA for 7d8e6ce
README.md
@@ -31,8 +31,8 @@ Add the AVLoadingIndicatorView to your layout:
31
```java
32
<com.wang.avi.AVLoadingIndicatorView
33
android:id="@+id/avloadingIndicatorView"
34
- android:layout_width="wrap_content"
35
- android:layout_height="wrap_content"
+ android:layout_width="wrap_content" //or your custom size
+ android:layout_height="wrap_content" //or your custom size
36
android:visibility="visible" //visible or gone
37
app:indicator="BallPulse"
38
app:indicator_color="your color"
0 commit comments