I\'ve got a button graphic which needs to have \"press and hold\" functionality, so instead of using onClickListener, I\'m using onTouchListener so that the app can react to
Make sure to return false at the end of the onTouchListener() function. :)
false