CardinalNow / Android-CircleProgressIndicator

MIT License
206 stars 49 forks source link

Invert the progress #4

Closed moujib85 closed 9 years ago

moujib85 commented 9 years ago

Hi , How to invert the progress from left to right TO right to left ?

Thanks

moujib85 commented 9 years ago

this how I did it myProgress.setRotation((-value / 100f * 360f) - 90f); myProgress.setProgress(value);