I need to have a multiline EditText with Next button in keypad. When I set inputType to multiline, Next button doesn't appear on the keypad. I also tried setting imeOptions to actionNext but it doesn't work. I can see it working in the compose screen in Gmail app. It supports multiline EditText with Next button. How can I achieve it in my app?
Asked
Active
Viewed 919 times
4
-
i cant see next button in gmail app compose screen. Which phone and which gmail app version are you using? – blganesh101 Jun 24 '13 at 08:59
-
I am using Nexus 4 (Jellybean). You can see Next button in the subject field in Gmail's compose screen. – Vivek Jun 24 '13 at 09:02
-
Possible duplicate of [Multiline EditText with Done SoftInput Action Label on 2.3](http://stackoverflow.com/questions/5014219/multiline-edittext-with-done-softinput-action-label-on-2-3) – Richard Le Mesurier Oct 15 '15 at 09:58