warkiz / IndicatorSeekBar

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

Set step by 0.5 #234

Open PepaZapletal opened 3 years ago

PepaZapletal commented 3 years ago

Is it possible to set "step" by 0.5?

I need values from 0 to 10 with step 0.5 (like 0, 0.5, 1, 1,5, 2, ...)

Prashantilluminz commented 2 years ago

can you please help me out with step option here?