Skip to content

Commit e970635

Browse files
committed
Updated the README.
1 parent a128392 commit e970635

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

README.md

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ Include the library as a local library project or add the dependency in your bui
2121

2222
```groovy
2323
dependencies {
24-
compile 'me.itangqi.waveloadingview:library:0.3.2'
25-
// I have uploaded v0.3.2 on 2016-07-30, if it doesn't take effect or your
26-
// gradle cannot find it in maven central, you may try v0.3.1.
24+
compile 'me.itangqi.waveloadingview:library:0.3.4'
25+
// I have uploaded v0.3.4 on 2017-01-05, if it doesn't take effect or your
26+
// gradle cannot find it in maven central, you may try v0.3.2.
2727
}
2828
```
2929
Or
@@ -72,6 +72,10 @@ You can write some animation codes to the callbacks such as setOnCheckedChangeLi
7272
mWaveLoadingView.setBorderColor(Color.GRAY);
7373
mWaveLoadingView.setTopTitleStrokeColor(Color.BLUE);
7474
mWaveLoadingView.setTopTitleStrokeWidth(3);
75+
mWaveLoadingView.pauseAnimation();
76+
mWaveLoadingView.resumeAnimation();
77+
mWaveLoadingView.cancelAnimation();
78+
mWaveLoadingView.startAnimation();
7579
```
7680

7781
## Customization
@@ -112,8 +116,20 @@ Please feel free to :)
112116

113117
## Change Log
114118

119+
### 0.3.4(2016-01-05)
115120

116-
### 0.3.1(2016-07-29)
121+
#### Update:
122+
123+
- Support pause/resume wave. [#28](https://github.com/tangqi92/WaveLoadingView/issues/28) / [#26](https://github.com/tangqi92/WaveLoadingView/issues/26)
124+
125+
#### Plan:
126+
127+
- Support change the frequency of the waves
128+
129+
130+
### 0.3.3(2016-10-14)
131+
132+
### 0.3.2(2016-07-29)
117133

118134
#### Update:
119135

0 commit comments

Comments
 (0)