Skip to content

Commit 159e733

Browse files
committed
Update README.md
1 parent c543640 commit 159e733

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,19 @@ Add dependencies in build.gradle.
3434
### Step 2
3535

3636
Add the AVLoadingIndicatorView to your layout:
37+
38+
Simple
39+
40+
```java
41+
<com.wang.avi.AVLoadingIndicatorView
42+
android:layout_width="wrap_content"
43+
android:layout_height="wrap_content"
44+
app:indicatorName="BallPulseIndicator"
45+
/>
46+
```
47+
48+
Advance
49+
3750
```java
3851
<com.wang.avi.AVLoadingIndicatorView
3952
android:id="@+id/avi"

0 commit comments

Comments
 (0)