Does every imeOptions value have a default behavior besides closing the keyboard?

547 views Asked by At

Some of the EditText's android:imeOptions values have a default behavior: actionNext jumps to the next input field, actionDone closes the soft keyboard and so on. I know how to override the click behavior in Java, but I wonder if values like actionSearch have some sort of default behavior besides closing the keyboard, or is that attribute mainly there to change the icon of the action button?

0

There are 0 answers