I am building an android application where the user select the a maximum value by seekbar.
I need another button on the same seekbar so that user can select maximum and
From Here
rangebar.setOnRangeBarChangeListener(new RangeBar.OnRangeBarChangeListener() { @Override public void onRangeChangeListener(RangeBar rangeBar, int leftPinIndex, int rightPinIndex, String leftPinValue, String rightPinValue) { } });