You can use the constants from EditorInfo class for the IME options.
like,
editText.setImeOptions(EditorInfo.IME_ACTION_NEXT);
You can use the constants from EditorInfo class for the IME options.
like,
editText.setImeOptions(EditorInfo.IME_ACTION_NEXT);