CircleProgress
CircleProgress copied to clipboard
Remove decimal from the progress
This library is awesome seriously. I have a question related to the decimal value, Can we remove it from the progress?
Right now I am setting progress like circleProgressView.setProgress((int) percentage);
Check PR #87 Or checkout my PR #103
Can you please answer that because I am unable to find the answer in PR#87
- Checkout my fork,
- Add as module to your project,
You still able to change this using
xml : circle_progress_digits
Java : setProgressFloating
Ex: 1. 99.8% 2. 99.75% etc,
Hope this fix your problem,