imeoptions
Android imeOptions=”actionDone” not working
Just add android:inputType=”…” to your EditText. It will work!! 🙂
imeOptions “actionNext” programmatically – how to jump to next field?
You can use the constants from EditorInfo class for the IME options. like, editText.setImeOptions(EditorInfo.IME_ACTION_NEXT);