syedowaisali / crystal-range-seekbar

537 stars 164 forks source link

Can I set 0.5 Gap in seek bar? #136

Open mvayak opened 5 years ago

mvayak commented 5 years ago

I have tried to set a 0.5 GAP in seek bar but it's not working.

For Example: I have set min value 1 and max value 24. when will change seek bar progress I want change seek bar progress value like 1 -> 1.5 -> 2 -> 2.5 -> 3 -> 3.5 to 23 -> 23.5 -> 24 Please help me How can I set 0.5 Gap in seek bar?

Thank you,

tinydiv333 commented 5 years ago

Did you find any solution? I have facing same problem

mvayak commented 5 years ago

Yes..you have to just add app:steps="0.5"

nirajieccet commented 4 years ago

Did you find any solution? I have facing same problem

add app:data_type="_float"