kofigyan / StateProgressBar

Android library to realize the various states and transitions in a ProgressBar.
1.55k stars 234 forks source link

Add possibility to change state by passing an int instead of an Enum #18

Closed ligol closed 1 year ago

ligol commented 7 years ago

Fix #17

By the way, why restrict to only 5 state max with the enum and not just use integer everywhere and drop the enum?

ligol commented 7 years ago

@kofigyan Any news?

michael-winkler commented 6 years ago

This PR looks really good to me. I hope @kofigyan will merge it.