devadvance / circularseekbar

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

Pull in private to protected and isTouchEnabled changes #19

Closed devadvance closed 9 years ago

devadvance commented 9 years ago

This is to pull in the following changes: -Changing everything from private to protected to allow proper subclasses -Adding the option to disable user interaction (touch)