0

I want, create a Button that when pressed, will perform ACTION_DONE on the EditText. Currently I make softkeyboard hidden and create a custom keyboard in the application, I have tried searching on google but it doesn't get the search results I want

1 Answers1

0

Try to call this in your buttons on click listener, LMK if this works

editText.setImeOptions(EditorInfo.IME_ACTION_DONE);