We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e1f916 commit c051130Copy full SHA for c051130
progreswheelview/src/main/java/com/app/progresviews/ProgressWheel.kt
@@ -213,6 +213,11 @@ class ProgressWheel : View {
213
invalidate()
214
}
215
216
+ fun setProgressColor(color: Int){
217
+ mProgressColor = color
218
+ invalidate()
219
+ }
220
+
221
fun setPercentage(per: Int) {
222
startAnimation(per)
223
0 commit comments