android - Changing SeekBar Thumb/Pointer speed -


google has failed me on issue. researching if possible change pointer/thumb speed of seekbar. example: slide finger half way across screen, pointer moves quarter. idea have raise distance needed move seekbar thumb in onstarttrackingtouch() method , reset in onstoptrackingtouch() mehtod. don't know how tackle problem.

i found solution in slimkat rom 4.4.4. jubakuba implemented fine control seekbar. github link


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -