I need to show smileys button by default when user input in my EditText.
Now keyboard for my EditText looks like:
Look at the right bottom, you will see done button.
In same time in sms app keyboard looks like:
[
At the right bottom displays smiles button.
How do I display smile button in keyboard for my EditText?
Now I have next ExitText layout:
<EditText
... // some layout params
android:inputType="textCapSentences|textAutoCorrect|textAutoComplete"/>