A vertical seekbar has minimum value 0 and maximum value 1000. Is it possible that at the bottom the seekbar min progress is 1000 and when at top level it becomes 0. The current seekbar range is
seekBarTop.setProgress(0);
seekBarTop.incrementProgressBy(10);
seekBarTop.setMax(1000);