syedowaisali / crystal-range-seekbar

540 stars 170 forks source link

setMaxStartValue and setMinStartValue not working programmatically #2

Closed Kostya1375 closed 8 years ago

Kostya1375 commented 8 years ago

Trying to set minStartValue and maxStartValue programmatically get them set to min and max values. rangeSeekBar .setMinStartValue(ageMin) .setMaxStartValue(ageMax) .apply();

syedowaisali commented 8 years ago

Bug fixed. you can use latest version of library 1.0.1

janammaharjan commented 8 years ago

@syedowaisali while setting minimum start value the seekbar behaves weirdly. Both the thumbs(max and min) set in same place.

codenamesid commented 6 years ago

setMin to 0 and max to max will result in both thumb being at 0, Any solution for this problem?