syedowaisali / crystal-range-seekbar

537 stars 164 forks source link

How to set a range like 15-40 in crystal range seekbar onload? #75

Closed jerin6392 closed 6 years ago

Findsen commented 6 years ago

Not sure if this is what you are looking for, as your description isnt that good. mySeekbar.setMinStartValue(15).setMaxValue(40).apply();

jerin6392 commented 6 years ago

I want to set left thumb to 15 and right thumb to 40 initially with 0-100 range.

Findsen commented 6 years ago

The above line should do the trick for you.

jerin6392 commented 6 years ago

Its not working.

Findsen commented 6 years ago

Could you post some code ?

rushilMethsof commented 6 years ago

facing this issue rangeSeekbar.setMinStartValue(20.0f).setMaxStartValue(40.0f).apply(); is not doing the job for the range (0 - 100)

rushilMethsof commented 6 years ago

My bad , seems to be working in version 1.1.3