uknownothingsnow / CircleProgress

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

Remove decimal from the progress #108

Open ahmadarslan13 opened 7 years ago

ahmadarslan13 commented 7 years ago

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);

KhaledLela commented 7 years ago

Check PR #87 Or checkout my PR #103

ahmadarslan13 commented 7 years ago

Can you please answer that because I am unable to find the answer in PR#87

KhaledLela commented 7 years ago

You still able to change this using

xml : circle_progress_digits
Java : setProgressFloating

Ex: 1. 99.8% 2. 99.75% etc,

device-2017-11-21-161812

Hope this fix your problem,