uknownothingsnow / CircleProgress

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

Remove percent from circle #84

Open TeodorKolev opened 7 years ago

TeodorKolev commented 7 years ago

My target is to display circle for 30 seconds. So, I have to remove % symbol and possible replace it with "sec". Is that possible? Is it possible progress to start from 12o'clock not from 3?

meshileya commented 7 years ago

why not try out the ArcProgress, whereby you can make use of the custom:arc_suffix_text="seconds"

yhznd commented 7 years ago

Or you can arcProgress.setSuffixText("(whatever you can add instead of percentage)");