How to change center text in ArcProgress..??
i want to set some text in center of progressBar how to set this..??
I have the same problem. I want to display custom text in center of ArcProgress. I dont want to show value in percentage.
I asking myself the same question. Can this be achieved using this library.
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
You may put a TextView under ArcProgress view then setting negative margin-top to offset to suit position.