Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ActionNext does not work with multiline EditText in android

I have multiple multi-line EditText in my layout with ImeOptions set to ActionNext. But the android keypad does not show Next button. When I remove textMultiLine from inputType, then Next button appears. How to achieve it with multiline EditText?

like image 384
Vivek Avatar asked Jul 02 '13 18:07

Vivek


1 Answers

As you are using multiple multi-line edit texts in your layout, in this case the action next will not work because this button will work as the enter button to enter text in new line .

like image 68
dharmendra vaishnav Avatar answered Oct 10 '22 18:10

dharmendra vaishnav