Change SeekBar Thumb / Pointer Speed
Google denied me this question. I am looking into if it is possible to change the pointer / thumb speed SeekBar
. Example. I slid my finger across the screen, but the pointer only moves a quarter. The idea I have is to increase the distance it takes to move the pointer SeekBar
in the method OnStartTrackingTouch()
and reset it in the mehtod OnStopTrackingTouch()
. But I don't know how to solve this problem.
I found the solution in SlimKat Rom 4.4.4. Jubakuba has implemented a wonderful seekBar control. Github link
The indicator in the search bar changes with the percentage of the current value to the maximum value. Therefore, if you cut the maximum value of the search string in half, the indicator will be twice "sensitive".