CircleProgress icon indicating copy to clipboard operation
CircleProgress copied to clipboard

Remove decimal from the progress

Open ahmadarslan13 opened this issue 7 years ago • 3 comments

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

ahmadarslan13 avatar Nov 21 '17 05:11 ahmadarslan13

Check PR #87 Or checkout my PR #103

KhaledLela avatar Nov 21 '17 05:11 KhaledLela

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

ahmadarslan13 avatar Nov 21 '17 07:11 ahmadarslan13

  • 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,

device-2017-11-21-161812

Hope this fix your problem,

KhaledLela avatar Nov 21 '17 13:11 KhaledLela