We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b05116 commit c76d1f7Copy full SHA for c76d1f7
README.md
@@ -37,6 +37,16 @@ dependencies {
37
```
38
39
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
+```
50
51
### Java
52
0 commit comments