We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d05b33 commit 0915260Copy full SHA for 0915260
README_zh.md
@@ -43,6 +43,11 @@ implementation 'com.cj.videoprogressview:progressview:1.0.0'
43
app:vpv_halo_width="2dp"
44
/>
45
```
46
+```
47
+//设置当前的进度,控制动画的变化
48
+(LightProgressView)findViewById(R.id.lpv).setProgress(0.5f);
49
+(VolumeProgressView)findViewById(R.id.vpv).setProgress(0.6f);
50
51
52
## 可使用的参数解析
53
LightProgressView 自定义参数:
0 commit comments