A custom SeekBar on Android, which can be changed the size ,color , thumb drawable , tick drawable , tick text and indicator , also , will show an indicator view with progress above SeekBar when seeking. https://github.com/warkiz/IndicatorSeekBar
Apache License 2.0
2.17k
stars
419
forks
source link
Question: More than 2 steps, but no snapping to indicators? #244
I am using your library for a few days and I can't figure it out from the samples: Is there a way to provide more than 2 (5 in my case) steps to provide labels to the user, but still having continuous values which do not snap when ending the drag-gesture? I can make the values continuous, but they always snap to the nearest step when the gesture ends. Can you point me to the right config to set up a true continuous SeekBar with 5 indicators? So far, I can only make this work with 2 indicators.
Hi.
I am using your library for a few days and I can't figure it out from the samples: Is there a way to provide more than 2 (5 in my case) steps to provide labels to the user, but still having continuous values which do not snap when ending the drag-gesture? I can make the values continuous, but they always snap to the nearest step when the gesture ends. Can you point me to the right config to set up a true continuous SeekBar with 5 indicators? So far, I can only make this work with 2 indicators.
Cheers