Skip to content

Commit 47e8746

Browse files
committed
Merge branch 'master' of github.com:SudoAjay/LoadingAnimation-Android
2 parents 0ce56d5 + b983713 commit 47e8746

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ allprojects {
2020

2121
```Java
2222
dependencies {
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

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

@@ -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

0 commit comments

Comments
 (0)