uknownothingsnow / CircleProgress

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

Hide percentage showing in center #75

Open AdityaLabhade opened 7 years ago

AdityaLabhade commented 7 years ago

I want to hide percentage showing in center and also want to start progress from my custom location i.e. from center of top

yhznd commented 7 years ago

Yes, I want to hide percentage too. Any help?

azizoglu commented 7 years ago

There is defination in _ArcProgress.java --> default_suffix_text="%" . I inserted ArcProgress.java inside my project and updated default_suffix_text_ defination. Or you can make use of the custom:arc_suffix_text=""

JakeSteam commented 6 years ago

You can just do app:donut_show_text=false in the XML or circleProgress.isShowText = false in code.