Closed sibidharan closed 8 years ago
You should create your own CircularProgressDrawable
style (you can extend from Material.Drawable.CircularProgress
style) and set it to pv_progressStyle
attribute. ProgressView
doesn't support attributes of ProgressDrawable
directly.
Please explain more, I am an amateur!
This is my code. I want the stroke color in white, but it appears in my colorPrimary. Please help.
This is my code.