Questions tagged [imeoptions]

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

60 questions
0
votes
1 answer

ime option changed after using digits

i have used digits and after using it ime option is changed from actoin next to action next(which is used for multiline). Here is my code:
Keyur
  • 27
  • 3
0
votes
0 answers

Choose first suggestion in AutoCompleteTextView using soft keyboard

What imeOptions value should I use to choose the first suggestion in the AutoCompleteTextView when "Enter" is pressed on the soft keyboard. Or is it even in imeOptions power to do so? Thanks!
KasparTr
  • 2,328
  • 5
  • 26
  • 55
0
votes
4 answers

Change the behaviour of "imeOptions" (Android)

This is my problem right now, guys. I have the next TextView and EditText activity_profile.xml
Óscar
  • 1,143
  • 1
  • 19
  • 38
0
votes
2 answers

how to avoid "actionDone" for EditText

I am trying to display softkeyboard for my EditText.Here I am having a problem regarding imeoptions.my requirement is : actionDone should never be visible to user when toggle softkeyboard.always actionNext should be visible. What i am facing is:…
Rushi Ayyappa
  • 2,708
  • 2
  • 16
  • 32
0
votes
1 answer

Change behavior of action key android with imeOptions doesnt work

i try to jump from a TextView element to the next editable Object in my Android activity. The next Object is a element of ListView, which is editable. I tried to use the imeOptions but it still performs a newline in the TextEdit Object. My XML looks…
JanScott
  • 265
  • 1
  • 5
  • 14
0
votes
0 answers

Remove imeoption from editText android

I am having 4 EditTexts in my layout. I want to apply imeOptions for the EditTexts as below, editTest1: ACTION_NEXT editTest2: ACTION_NEXT editTest3: ACTION_NONE with disabled mode editTest4: ACTION_DONE So when user clicks the next from the 2nd…
Booshan
  • 97
  • 1
  • 3
  • 11
0
votes
1 answer

setImeOptions in EditTextPreference

I have a Settingsactivity (big backwards compability needed), where I add items from xml, and some programmatically. So far it worked fine, but now I faced a problem again. In xml I was able to set "setImeOptions" for EditTextPreference, but…
0
votes
2 answers

Change "Done" label on my softkeyboard to "Search,Next" according to EditText ime options

I'm developing a soft keyboard for Android and I want the "DONE" key (KEYCODE_DONE) to be changed to "search, next" according to EditText ime options. How can I achieve that?
Myat Min Soe
  • 787
  • 8
  • 32
0
votes
1 answer

Android hiding keyboard with imeoptions

I set imeoptions="actionDone" for my EditText in xml and everything works fine on a Medion Lifetab or Nexus 4 (on press "Enter" the softkeyboard disappears). But I need this to work on a Honeywell Dolphin e70. On this device if I press "Enter" the…
Zuop
  • 584
  • 5
  • 7
  • 21
0
votes
1 answer

Cannot change Enter Key label for Custom keyboard in Android

I'm designing a custom keyboard for Android. I want to have my custom label for ENTER key for some fields in my application. I used sample SoftKeyboard project for developing my keyboard. What I tried so far: 1- In one of my activities I have an…
Hamid
  • 2,852
  • 1
  • 28
  • 45
0
votes
2 answers

Using two different, but very similar, layouts causes android:ImeOptions="ActionNext" to not work

I have two layouts, one for portait and the other for landscape, that pass information on to the next field. The two use identical source code, and similar XML code. One of them shows the "next" button where I would expect, the other shows the…
PearsonArtPhoto
  • 38,970
  • 17
  • 111
  • 142
0
votes
1 answer

how to use 2 imeoption of soft keyboard

i want to show both because i have 3 edit text and in 2 second edit text i want to show both option on soft keyboard so that user can go to previous or next edit text, is there anyway to do this? here is my code
0
votes
1 answer

Why does android:singleLine="true" change width and height?

Iv'e already set the EditText width and height, I want the user will press next on keyboard and he will move to the next EditText, but when I set android:singleLine="true", the width and height are changing. Here is my code:
Ofir
  • 101
  • 1
  • 10
0
votes
2 answers

Issue with android:imeOptions

Why android:imeOptions doesn't work on EditText when i use setOnClickListner for EditText? can any one faced this issue please help. my xml code
W I Z A R D
  • 1,224
  • 3
  • 17
  • 44