devadvance / circularseekbar

Custom circular SeekBar (Circle, Semi-circle, and Ellipse) View/Widget for Android
Apache License 2.0
464 stars 134 forks source link

Progress isn't updated when on the 0/max point unless you leave/enter the progress bar again #6

Closed kubukoz closed 10 years ago

kubukoz commented 10 years ago

Edit: not a bug, but a feature, it seems. Sorry. Perhaps you should add a setter for locking at start/end - some people may want to disable it.

sud007 commented 10 years ago

Yeah you are right. It's not a BUG! Since it is a seek bar values have to have a START and an END. although I am working on such a feature for my use. Once it is up I will post here

kubukoz commented 10 years ago

The only way I could achieve this was by commenting the if block for locking. I needed this because my app uses the seek bar as an infinite one :P

sud007 commented 10 years ago

Cool! Same here!

devadvance commented 10 years ago

Lock setting addition complete. Closing this issue.