Change color of circularProgressDrawable

767 Views Asked by At

I have the following code and I want to change the default color of circularProgressDrawable, in Kotlin.

val circularProgressDrawable = CircularProgressDrawable(this).apply {
        strokeWidth = 10f
        centerRadius = 50f

    }
0

There are 0 best solutions below