File tree 1 file changed +18
-5
lines changed
1 file changed +18
-5
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ You can also find IOS version of this [here](https://github.com/ninjaprox/NVActi
19
19
20
20
Add dependencies in build.gradle.
21
21
``` groovy
22
- dependencies {
23
- compile 'com.wang.avi:library:1.0.0'
24
- compile 'com.nineoldandroids:library:2.4.0'
25
- }
22
+ dependencies {
23
+ compile 'com.wang.avi:library:1.0.0'
24
+ compile 'com.nineoldandroids:library:2.4.0'
25
+ }
26
26
```
27
27
28
28
### Step 2
@@ -39,32 +39,45 @@ Add the AVLoadingIndicatorView to your layout:
39
39
40
40
## Indicators
41
41
42
- Here they are
42
+ As seen above in the ** Demo ** , the indicators are as follows:
43
43
44
+ ** Row 1**
44
45
* ` BallPulse `
45
46
* ` BallGridPulse `
46
47
* ` BallClipRotate `
47
48
* ` BallClipRotatePulse `
49
+
50
+ ** Row 2**
48
51
* ` SquareSpin `
49
52
* ` BallClipRotateMultiple `
50
53
* ` BallPulseRise `
51
54
* ` BallRotate `
55
+
56
+ ** Row 3**
52
57
* ` CubeTransition `
53
58
* ` BallZigZag `
54
59
* ` BallZigZagDeflect `
55
60
* ` BallTrianglePath `
61
+
62
+ ** Row 4**
56
63
* ` BallScale `
57
64
* ` LineScale `
58
65
* ` LineScaleParty `
59
66
* ` BallScaleMultiple `
67
+
68
+ ** Row 5**
60
69
* ` BallPulseSync `
61
70
* ` BallBeat `
62
71
* ` LineScalePulseOut `
63
72
* ` LineScalePulseOutRapid `
73
+
74
+ ** Row 6**
64
75
* ` BallScaleRipple `
65
76
* ` BallScaleRippleMultiple `
66
77
* ` BallSpinFadeLoader `
67
78
* ` LineSpinFadeLoader `
79
+
80
+ ** Row 7**
68
81
* ` TriangleSkewSpin `
69
82
* ` Pacman `
70
83
* ` BallGridBeat `
You can’t perform that action at this time.
0 commit comments