How do I invoke the search dialog using onSearchRequested()

前端 未结 4 1385
执笔经年
执笔经年 2021-02-15 17:51

I\'m trying to implement the search dialog and I am unable to display the search from an Activity.

I have my main activity defined in my manifest file, this activity sho

4条回答
  •  心在旅途
    2021-02-15 18:20

    I've done all that but still cannot see the search dialog on API 17. It works however after adding

    android:actionViewClass="android.widget.SearchView"

    in the fragment menu

    
    

提交回复
热议问题