I am using circular progress bar on Android. I wish to change the color of this. I am using
"?android:attr/progressBarStyleLargeInverse"
style. So how to change the color of progress bar.
How to custom the style? Furthermore, what is the definition of the style?
To add to Dato's answer, i find SRC_ATOP to be a preferable filter to multiply as it better supports the alpha channel.
styles.xml
for me theme wasn't working with accentColor. But it did work with colorControlActivated
You can change your progressbar colour using the code below:
You can change color programmatically by using this code :
If you want to change ProgressDialog's progressbar color, u can use this :
Add to your activity theme, item colorControlActivated, for example:
Apply this style to your Activity in the manifest: