Todd-Davies / ProgressWheel

A progress wheel for android, intended for use instead of the standard progress bar.
MIT License
2.64k stars 709 forks source link

How to set maximum value for the progress bar? #55

Closed sadarshannaiynar closed 9 years ago

sadarshannaiynar commented 9 years ago

Hey Todd,

First off, this is an amazing library. But i can't figure out how to set the maximum value for the progress bar.

fbis251 commented 9 years ago

Hey, on the README there's a section with this information on it:

Incrementing the progress wheel is slightly more tricky, you call .incrementProgress().
However, this is out of 360, (because a circle has 360 degrees), and will automatically
reset once you get past 360. A percentage display is automatically displayed.