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
Asked
Active
Viewed 186 times
0
-
1https://stackoverflow.com/a/65743182/4168607 – ADM Mar 06 '21 at 04:33
-
awesome, that's what I want – Mar 06 '21 at 05:41
1 Answers
0
Try to call this in your buttons on click listener, LMK if this works
editText.setImeOptions(EditorInfo.IME_ACTION_DONE);

onStackOverflowListener
- 132
- 3
- 13