搜索视图语音搜索不会显示

时间:2017-10-12 12:52:20

标签: android android-layout

我是搜索视图的新手。我通过toolbaronCreateOptionsMenu中实施一个  并在menu_main

中的商品标记中定义它
<item
        android:id="@+id/action_serarch"
        android:title="serarch"
        android:icon="@drawable/search"
        app:actionViewClass="android.support.v7.widget.SearchView"
        android:voiceSearchMode="showVoiceSearchButton|launchRecognizer"
        app:showAsAction="always|collapseActionView"

       />

它工作正常,但语音识别图标及其功能无法显示,即使我处理必要的方法。

1 个答案:

答案 0 :(得分:0)

You can check out the documentation here

更新:如果您的SearchActivity是相同的,您可以覆盖onNewIntent并在那里处理搜索意图。同时将您的活动设为singleTop,这样只有一个活动实例将保持最佳状态。

希望这有帮助,如果找到解决方案,请通知。

干杯!