I'm probably doing something wrong here, but when I set
flagNoExtractUi on an EditText the onscreen keyboard still shows its
text input area when I type on it (this is in the 1.5 emulator,
building against 1.5). How do I get the text area not to display?
Here's the xml, and it's the same if I set the option
programmatically:
<EditText
android:id="@+id/search"
android:layout_width="0dip"
android:layout_height="wrap_content"
android:layout_weight="1"
android:layout_gravity="center_vertical"
android:layout_marginLeft="6px"
android:paddingLeft="3px"
android:textSize="14sp"
android:textStyle="normal"
android:textColor="@drawable/text_entry"
android:background="@drawable/background_text_entry"
android:singleLine="true"
android:imeOptions="actionDone|flagNoExtractUi"
/>
Thank for any help.
-- Peter
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---