问题
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 .. Please some one can give solution for this ?
回答1:
I am not sure but you can try android:imeOptions="actionDone"
, in short you need to try android:imeOptions
attribute.
来源:https://stackoverflow.com/questions/6790672/enter-button-on-soft-keyboard-android