Objective
Abnormal problems often, this year, particularly many,,,--today's encounter of the processing must not be able to use Searchview in HTC One S, its soft keyboard does not support action settings.
Body
Problem device: HTC one S
Searchable.xml
<searchable xmlns:android= "http://schemas.android.com/apk/res/android"
android:label= "@string/search_ Label "
android:hint=" @string/search_hint "
android:voicesearchmode=" showvoicesearchbutton| Launchrecognizer "
android:imeoptions=" Actionsearch "
android:searchsuggestauthority=" Com.xxx.provider.searchsuggestion "
android:searchsuggestselection="? "/>
Solution:
Searchview has a setsubmitbuttonenabled method, set to True, and the search box will be displayed if it is not empty. The effect of the following figure:
Call after inflate in Oncreateoptionsmenu, and remember to judge API level.
The above is the device HTC one S solution searchview when the soft keyboard does not support Actionsearch, hoping to help develop Android software for friends.