We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86d042f commit a12df67Copy full SHA for a12df67
1 file changed
README.md
@@ -80,6 +80,12 @@ implementation 'com.cj.videoprogressview:progressview:1.0.0'
80
<attr format="color" name="vpv_halo_color"/>
81
</declare-styleable>
82
```
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
+
89
90
## Deductive Reasoning
91
* [wiki](https://github.com/zhangchaojiong/VideoProgressView/wiki)
0 commit comments