File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ allprojects {
2020
2121``` Java
2222dependencies {
23- implementation ' com.github.SudoAjay:LoadingAnimation-Android:v3.0 '
23+ implementation ' com.github.SudoAjay:LoadingAnimation-Android:v3.1 '
2424
2525 }
2626```
@@ -37,6 +37,16 @@ dependencies {
3737```
3838
3939If 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
@@ -52,5 +62,5 @@ If you want to modify or want some changes in loadingAnimation . So follow below
5262 loadingAnimation. setTiming(1000 ); // 1 sec
5363```
5464### LICENCE
55- LoadingAnimation by Sudo Ajay v3.0
65+ LoadingAnimation by Sudo Ajay v3.1
5666
You can’t perform that action at this time.
0 commit comments