Skip to content

Commit 4f934b3

Browse files
committed
Merge pull request HarlonWang#3 from DavidMetcalfe/master
Tweaks to improve readability and layout of README.md
2 parents ba43cd6 + ad5ae67 commit 4f934b3

File tree

1 file changed

+18
-5
lines changed

1 file changed

+18
-5
lines changed

README.md

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ You can also find IOS version of this [here](https://github.com/ninjaprox/NVActi
1919

2020
Add dependencies in build.gradle.
2121
```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+
}
2626
```
2727

2828
### Step 2
@@ -39,32 +39,45 @@ Add the AVLoadingIndicatorView to your layout:
3939

4040
## Indicators
4141

42-
Here they are
42+
As seen above in the **Demo**, the indicators are as follows:
4343

44+
**Row 1**
4445
* `BallPulse`
4546
* `BallGridPulse`
4647
* `BallClipRotate`
4748
* `BallClipRotatePulse`
49+
50+
**Row 2**
4851
* `SquareSpin`
4952
* `BallClipRotateMultiple`
5053
* `BallPulseRise`
5154
* `BallRotate`
55+
56+
**Row 3**
5257
* `CubeTransition`
5358
* `BallZigZag`
5459
* `BallZigZagDeflect`
5560
* `BallTrianglePath`
61+
62+
**Row 4**
5663
* `BallScale`
5764
* `LineScale`
5865
* `LineScaleParty`
5966
* `BallScaleMultiple`
67+
68+
**Row 5**
6069
* `BallPulseSync`
6170
* `BallBeat`
6271
* `LineScalePulseOut`
6372
* `LineScalePulseOutRapid`
73+
74+
**Row 6**
6475
* `BallScaleRipple`
6576
* `BallScaleRippleMultiple`
6677
* `BallSpinFadeLoader`
6778
* `LineSpinFadeLoader`
79+
80+
**Row 7**
6881
* `TriangleSkewSpin`
6982
* `Pacman`
7083
* `BallGridBeat`

0 commit comments

Comments
 (0)