I\'d like to set max and minimum limits of SeekBar to 50 and 20 respectively.
SeekBar has a direct option top provide max value, but how to set its
You can try this:
seekBar.setMax(max_value-min_value);