CircleProgress
CircleProgress copied to clipboard
Hide percentage showing in center
I want to hide percentage showing in center and also want to start progress from my custom location i.e. from center of top
Yes, I want to hide percentage too. Any help?
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=""
You can just do app:donut_show_text=false in the XML or circleProgress.isShowText = false in code.