I am not sure if this is possible, but I am in a scenario where we want to be able to change the arc color and background color based on certain actions. What I have noticed so far is when calling progress.setProgressColor(int) or progress.setArcColor(int) it uses tinting to change the color.
I have it setup in my xml with a progress color of orange and leaving the arc color as default...
Now when I call progress.setProgressColor(int) I am using a red color #D81B60 however the progress color is coming out purple/gray/blue-ish. It isn't actually coming out that red color. I'm not sure if it's possible since I think the only way to update color dynamically on rendered graphics is using tinting, but I was hoping there was a way, or someone knows how to do this, or maybe you can build it in. Please let me know, this is actually a very important part of this project. Thank you
I am not sure if this is possible, but I am in a scenario where we want to be able to change the arc color and background color based on certain actions. What I have noticed so far is when calling progress.setProgressColor(int) or progress.setArcColor(int) it uses tinting to change the color. I have it setup in my xml with a progress color of orange and leaving the arc color as default...
Now when I call progress.setProgressColor(int) I am using a red color #D81B60 however the progress color is coming out purple/gray/blue-ish. It isn't actually coming out that red color. I'm not sure if it's possible since I think the only way to update color dynamically on rendered graphics is using tinting, but I was hoping there was a way, or someone knows how to do this, or maybe you can build it in. Please let me know, this is actually a very important part of this project. Thank you