How can I change EditText keyboard enter key like this ?
EditText
The solution for me was adding these two lines in the XML of Edittext
Edittext
android:imeOptions="actionDone" android:inputType="text"
Thx everyone.