I have been trying to figure this out but no success. It seems very simple but I don't know why following two tag of xml (android:imeOptions="actionNext" android:imeActionLabel="Next"
) in the code does not work.
<EditText android:id="@+id/stcnTxt" style="@style/DetailFormTextField" android:singleLine="true" android:imeOptions="actionNext" android:imeActionLabel="Next"> </EditText>
According to upper code keyboard enter key Label should be replace with Next Label But it still show the enter key on the keyboard. I am using HTC wildfire for output.
I was having something similar problem, but android:inputType="text"
solved my problem
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With