UPDATE
I\'ve solved the clicking issue by removing the two focusable lines from the button style and using the onClick event handler to call r
r
You can use onTouch. This way you can handle all clicks without having to set OnFocusChangeListener.
onTouch
OnFocusChangeListener