Skip to content

Commit c76d1f7

Browse files
authored
Update README.md
1 parent 7b05116 commit c76d1f7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,16 @@ dependencies {
3737
```
3838

3939
If you want to modify or want some changes in loadingAnimation . So follow below properties to do it.
40+
### Xml
41+
```XML
42+
app:la_set_alpha="700"
43+
app:la_set_color="@android:color/black"
44+
app:la_set_reduce_alpha="18"
45+
app:la_set_angle_point="0"
46+
app:la_set_main_radius="80"
47+
app:la_set_other_radius="20"
48+
app:la_set_reduce_other_radius="1"
49+
```
4050

4151
### Java
4252

0 commit comments

Comments
 (0)