android - Button Highlight -


i have keypad have created app. problem is, have implement button highlight user slides finger through keys. have tried several ways, none works. default when user clicks on new button, android highlights me, when try move next button form current button, touch event not working. how achieve this.

use gesturedetector ontouchevent solve problem. , use canvas highlight specific location .this done based on values return motionevent.


Comments

Popular posts from this blog

How can I edit my VIM config so that Vim treats ".ejs" files the same as it currently treats my html files? -

Python __call__ special method practical example -