前言
變態(tài)問題常有,今年特別多,,, - - # 今天遇到的這個非處理不可,不然沒法在HTC One S使用SearchView,其軟鍵盤不支持action設(shè)置。
正文
問題設(shè)備: 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=" ? " />
解決辦法:
SearchView有一個setSubmitButtonEnabled方法,設(shè)置為true即可,搜索框不為空就會顯示。效果如下圖:

在onCreateOptionsMenu中inflate后調(diào)用,記得判斷API Level。
以上就是 對設(shè)備 HTC One S解決SearchView時軟鍵盤不支持actionSearch,希望能幫助開發(fā)Android軟件的朋友。
新聞熱點
疑難解答
圖片精選