You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: