uknownothingsnow / CircleProgress

CircleProgress, DonutProgress, ArcProgress
3.81k stars 921 forks source link

Arc progress change color #99

Open martiashvili opened 7 years ago

martiashvili commented 7 years ago

When I try to change arc color programatically it changes but always the same color. Why cant I change color?

prashantrane123 commented 6 years ago

same problem I am facing.

martiashvili commented 6 years ago

I fixed this issue. try this: arc_gauge.setFinishedStrokeColor(Color.parseColor(finishedStrokeColor));