Closed rranjithkumar100 closed 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 ?
Issue fixed by using old dependency
compile 'com.github.lzyzsd:circleprogress:1.1.0'
the progress is showed by float in new version, but you can't change the type
In default percentage value show in float ex: 10.0%
I want show percentage in integer value like 10%
How to achieve this ?