I was looking for an implementation of a vertical SeekBar and found this: How can I get a working vertical SeekBar in Android?
It works fine. However I want it to be “reversed”, e.i min is on top and max is at the bottom. Is this possible? I’ve tried to rotate it in different degrees but with no success.
I have worked on your problem and came out with a solution. I have made us of the answer here. I have modified the code little bit and have achieved your goal. Here is the link to my project,
https://github.com/AndroSelva/Vertical-SeekBar-Android
Just a little modification in the onDraw(),
and onTouchEvent(),