Search code examples
androidseekbar

How to initialize a RangeSeekBar


I am using:

https://code.google.com/p/range-seek-bar/

Where the absolute min and max values are set, but how to set the initial values?

I want to start the seek bar with values 0, 10.

Also, is there any better way to get a range seek bar? This link is too old.

Thank You


Solution

  • how to set the initial values?

    14 seconds' worth of scanning the source code turns up setSelectedMinValue() and setSelectedMaxValue().