Enable keyboard support
The send key does not have an onClickListener added to it. So when I click the send button using the space bar on my keyboard, nothing happens. All you need to do is move the onTouch block of code into an onClickListener. Then in the onTouch you simply call rhsButton.performClick()
2
votes