Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Default emoji button in google keyboard with android 4.4

When using google keyboard in android 4.4 (or installing his keyboard version in previous android versions), using the default SMS app or in hangouts, the "enter button" is replaced by default for a emoji button, like this:

enter image description here

However, in my app, when typing on a EditText, I have to long click the default enter button to see the emoji option. I wonder.. is there any option to make emoji the default button?

like image 887
Hugo Avatar asked Dec 18 '13 23:12

Hugo


1 Answers

Found it!

android:inputType="textShortMessage"

like image 73
Hugo Avatar answered Nov 04 '22 20:11

Hugo