Search code examples
androiduser-interfaceime

android:imeOptions. Button not showing up


I tried setting android:imeOptions to actionSend, actionSearch. But there's no "Send" or "Search" button on the keyboard, just usual "Enter" key. I also tried setting different input types. (I'm working with HTC Sensation XL.) What's wrong?


Solution

  • Try these actionDone imeOption doesn't work on EditText in Android 2.3

    if it is not supported read How do I handle ImeOptions' done button click?. May be the HTC implemented their own soft keyboard which ignores the imeOptions