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
}
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
}