Hipólito Huaylla
Hipólito Huaylla

Reputation: 355

Change color of circularProgressDrawable

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

Answers (0)

Related Questions