Top "Imeoptions" questions

Android Input Method features you can enable in a Editable View to improve the integration with your application.

Android imeOptions="actionDone" not working

I am trying to get a login screen for an Android app and so far this is my code: <…

android imeoptions
How to implement Multiline EditText with ActionDone button (without Enter button)

I have EditText which is used for entering contents on messages (emails, sms). I want message to be immediately posted …

android android-edittext multiline ime imeoptions
Keyboard hiding EditTexts in Fragments

edit: I need to use the keyboard, but it hides my EditText, I need it to scroll so the keyboard …

android android-fragments samsung-mobile window-soft-input-mode imeoptions
Edittext imeOptions actionDone not working with digits attribute?

I have an Editext . It contains attribute digits and imeOptions (actionDone) together. <android.support.v7.widget.AppCompatEditText android:id="@+…

android android-edittext imeoptions
EditText input method action not working when setting imeActionLabel

I have an Edittext with imeoptions asactiongo. and I triggered my event when pressing soft keyboard enter button. mModelId.setOnEditorActionListener(…

android android-edittext imeoptions