tankery / CircularSeekBar

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

bar scale #29

Closed giorgio80 closed 3 years ago

giorgio80 commented 3 years ago

Do you think it's possible to have sort of scale attached to the bar ? just to indicate the actual progress being selected

tankery commented 3 years ago

Hey, @giorgio80 , I think you could just listing to the progress change by using setOnSeekBarChangeListener and do want you like to indicate the progress that get from listener.