2

I am using this library for range seekbar.

I wish to set a value when the view is loaded and i am using this code.

  rangeSeekbar_exp.setMinStartValue(seekerActivity.filter_sort.min_exp);

but it is not reflecting in the view.

Parth Anjaria
  • 3,961
  • 3
  • 30
  • 62

1 Answers1

3

I think by using the .apply() method at the end should do the trick.

Hope it helps..!!

Rohit45
  • 99
  • 5