I have an edit text that is defined as follows.
<EditText android:layout_width="fill_parent" android:layout_height="wrap_content" android:maxLines="1" android:inputType="text" android:hint="@string/field_text" android:id="@+id/field" />
I want to configure a custom command so that when someone clicks the Finish / Go button on the on-screen keyboard, the button is pressed, or it simply starts the methods launched by the button. I think this has something to do with ime options, but I could not understand how they work. Thanks in advance for your help!
android ime edit
Corey Alexander Jul 18 '10 at 17:05 2010-07-18 17:05
source share