Is it possible to make a SeekBar in Android with a descending value when I go left and ascending value when I go right?
My idea is to have a SeekBar from 0 to 100. It will start in the middle at 50.
So far, I had no problem.
But I want to subtract the value with the SeekBar when the progress is descending and to add the value when the progress is ascending.
Can you tell me if this is possible with the standard android Seekbar?