CircleProgress icon indicating copy to clipboard operation
CircleProgress copied to clipboard

Hide percentage showing in center

Open AdityaLabhade opened this issue 9 years ago • 3 comments

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

AdityaLabhade avatar Dec 03 '16 12:12 AdityaLabhade

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

yhznd avatar Dec 27 '16 19:12 yhznd

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=""

azizoglu avatar Jan 31 '17 09:01 azizoglu

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

JakeSteam avatar May 25 '18 09:05 JakeSteam