I have a multiple line EditText and a submit button below it.
When the user taps on the EditText area, the soft keyboard appears.
It has an enter key on it, which enables the user to move to next line.
My problem is that the soft keyboard hides my submit button -
so that when the user finishes editing, he/she has to press the back button on the device to hide the soft keyboard to submit.
Is there any way to keep both enter and done button in the keyboard?
Or, is there some other better solution?
Thanks in advance.