syedowaisali / crystal-range-seekbar

538 stars 170 forks source link

How to update seekbar value according to the edittext value? #147

Open HassanDeveloper6 opened 5 years ago

HassanDeveloper6 commented 5 years ago

How I can update the value of seekbar according to the value entered in edittext on OnTextChanged()?

seam345 commented 4 years ago

I think this might be what you are looking for rangeSeekbar.setMinStartValue(seekValue).apply(); or rangeSeekbar.setMaxStartValue(seekValue).apply();

it wont show the update without the .apply()