Skip to content

Commit 0915260

Browse files
authored
Update README_zh.md
1 parent 7d05b33 commit 0915260

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README_zh.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ implementation 'com.cj.videoprogressview:progressview:1.0.0'
4343
app:vpv_halo_width="2dp"
4444
/>
4545
```
46+
```
47+
//设置当前的进度,控制动画的变化
48+
(LightProgressView)findViewById(R.id.lpv).setProgress(0.5f);
49+
(VolumeProgressView)findViewById(R.id.vpv).setProgress(0.6f);
50+
```
4651

4752
## 可使用的参数解析
4853
LightProgressView 自定义参数:

0 commit comments

Comments
 (0)