Enter Button On Soft Keyboard - Android
Im using a a Single Line Edit Text , so when i click on Edit text box, im getting 'Go' in place of Enter button. But i want Enter key in place of 'Go' key . How can i do this .. Pl
Solution 1:
I am not sure but you can try android:imeOptions="actionDone"
, in short you need to try android:imeOptions
attribute.
Post a Comment for "Enter Button On Soft Keyboard - Android"