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" i开发者_StackOverflow中文版n place of Enter button. But i want Enter key in place of "Go" key . How can i do this .. Please some one can give solution for this ?
I am not sure but you can try android:imeOptions="actionDone"
, in short you need to try android:imeOptions
attribute.
精彩评论