I tried to use EditText's attribute android:imeOptions="actionSearch"
combined with android:inputType="text" but have no luck.
Also i tried to set attributes from code:
EditText edt = (EditText) findViewById(R.id.editText1);
edt.setImeOptions(EditorInfo.IME_ACTION_SEARCH);
edt.setInputType(InputType.TYPE_CLASS_TEXT);
Problem present at Motorola Xoom with firmware version 3.2 and at
emulators
--
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