PhilJay / CircleDisplay

Android View for displaying and selecting values in a circle-shaped View, with animations and touch gestures.
288 stars 103 forks source link

Added feature to change arc color as the value progresses #8

Open Dekola opened 6 years ago

Dekola commented 6 years ago

if the maximum value is 100 and four colors are set in the int array in the order: red, orange, yellow, green. The arc color will be red between 0 - 25 will be red, 26 - 50 will be orange, 51 - 75 will be yellow and 76 - 100 will be green.