I solved the same problem by adding just two lines
Add this line in EditText -
android:imeOptions="actionSend|flagNoEnterAction"
and this line in Manifeast file in Activity tag add -
and remove all code that you use to do this like onTouchListner and it should work.