Skip to content

Commit a12df67

Browse files
authored
Update README.md
1 parent 86d042f commit a12df67

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,12 @@ implementation 'com.cj.videoprogressview:progressview:1.0.0'
8080
<attr format="color" name="vpv_halo_color"/>
8181
</declare-styleable>
8282
```
83+
```
84+
//Set progress to control animation
85+
(LightProgressView)findViewById(R.id.lpv).setProgress(0.5f);
86+
(VolumeProgressView)findViewById(R.id.vpv).setProgress(0.6f);
87+
```
88+
8389

8490
## Deductive Reasoning
8591
* [wiki](https://github.com/zhangchaojiong/VideoProgressView/wiki)

0 commit comments

Comments
 (0)