Android SoftKeyBoard - rename the Enter Key

Itattytwitwip

New Member
i have several EditText in my App. If you hit the Enter Key you can tab to the next EditText without a problem but i would like to change the Enter Key so that this button doesn't shows the Enter Simbol but instead it shows "Next" or "Done". i tried many things but without any results. Here is the XML code for my EditText:\[code\]<EditText android:id="@+id/et_nt_name" android:layout_width="fill_parent" android:layout_height="fill_parent" android:gravity="top" android:imeOptions="actionNext|flagNoEnterAction" android:imeActionLabel="Next" android:singleLine="true" android:inputType="textShortMessage"/>\[/code\]
 
Back
Top