9

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?

Vivek
  • 1,823
  • 1
  • 19
  • 39

1 Answers1

1

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 .

dharmendra vaishnav
  • 1,851
  • 2
  • 17
  • 23