uknownothingsnow / CircleProgress

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

How to set Progress percentage value in Integer? #118

Closed rranjithkumar100 closed 6 years ago

rranjithkumar100 commented 6 years ago

In default percentage value show in float ex: 10.0%

I want show percentage in integer value like 10%

How to achieve this ?

rranjithkumar100 commented 6 years ago

Issue fixed by using old dependency

compile 'com.github.lzyzsd:circleprogress:1.1.0'
weihongbo1 commented 5 years ago

the progress is showed by float in new version, but you can't change the type