We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a12df67 commit 7d05b33Copy full SHA for 7d05b33
README.md
@@ -42,6 +42,11 @@ implementation 'com.cj.videoprogressview:progressview:1.0.0'
42
app:vpv_halo_width="2dp"
43
/>
44
```
45
+```
46
+//Set progress to control animation
47
+(LightProgressView)findViewById(R.id.lpv).setProgress(0.5f);
48
+(VolumeProgressView)findViewById(R.id.vpv).setProgress(0.6f);
49
50
51
## Styleable
52
@@ -80,11 +85,6 @@ implementation 'com.cj.videoprogressview:progressview:1.0.0'
80
85
<attr format="color" name="vpv_halo_color"/>
81
86
</declare-styleable>
82
87
83
-```
84
-//Set progress to control animation
-(LightProgressView)findViewById(R.id.lpv).setProgress(0.5f);
-(VolumeProgressView)findViewById(R.id.vpv).setProgress(0.6f);
88
89
90
## Deductive Reasoning
0 commit comments