tankery / CircularSeekBar

Custom circular SeekBar (Circle, Semi-circle, and Ellipse) for Android
Apache License 2.0
368 stars 59 forks source link

Update CircularSeekBar.kt #55

Closed tejada closed 1 year ago

tejada commented 1 year ago

Allow visibility for disable pointer

tejada commented 1 year ago

This pull request adds support for disabling the pointer at runtime. We're currently using this library but couldn't find a way to prevent from seek the progress at runtime.

tankery commented 1 year ago

Thanks for the PR, this looks pretty helpful.