Android Question EditText Multiline ENTER (NewLine)

rQb

Member
Licensed User
Longtime User
Hi,

Have an EditText view that is set to multiline by way of SingleLine = False.

When the input type is set to TEXT, pressing the ENTER button takes the cursor to the next line. When the input type is set to NUMBERS, pressing the ENTER button does nothing.

Is there a way the ENTER can work in NUMBER input type?

I want the ability to type in a series of numbers with the newline as the separator.

Thanks in advance

BR
 

lemonisdead

Well-Known Member
Licensed User
Longtime User
Hello,

You could take a look at the IME Library.
Because I have never seen one number multi lined, I guess the EditText must be a text field, only the keyboard layout should be managed
 
Last edited:
Upvote 0
Top