Reputation: 355
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
}
Upvotes: 4
Views: 963