syedowaisali / crystal-range-seekbar

537 stars 164 forks source link

setminStartValue not working properly #60

Closed anuj7sharma closed 6 years ago

anuj7sharma commented 7 years ago

If I'm trying to use setMinStartValue(1735f).apply(); then seekbar is pointing at position 17. Its not taking start thumb to exact that point.

Please fix this issue.

SeaRoth commented 6 years ago

My bar goes from 0-100

I got it to work by using .apply

e.g.

sbJpegQuality.setMinStartValue(99f); sbJpegQuality.apply();

StolarczykJakub commented 6 years ago

Same here. The solution for this is setMinStartValue(1735f); setMaxStartValue(2323f).apply();

You have allways set Min and max, and then apply.

GilbertKiwanPark commented 6 years ago

update latest version. it doesn't work 1.0.0

at 2018.1.25 the latest version is compile 'com.crystal:crystalrangeseekbar:1.1.3'