uknownothingsnow / CircleProgress

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

How to change center text in ArcProgress..?? #91

Open Shreyas4202 opened 7 years ago

Shreyas4202 commented 7 years ago

i want to set some text in center of progressBar how to set this..??

koren88 commented 6 years ago

I have the same problem. I want to display custom text in center of ArcProgress. I dont want to show value in percentage.

koren88 commented 6 years ago

I asking myself the same question. Can this be achieved using this library.

t-girniak commented 5 years ago

I had the same issue, so added this possibility in my contribution. If maintainer would accept my pull request, setting central text would be possible. Otherwise, you can use my fork: https://github.com/TerryGirniak/CircleProgress

droomo commented 5 years ago

You may put a TextView under ArcProgress view then setting negative margin-top to offset to suit position.