Adding SearchView in Fragment
问题 Trying to include a searchview in actionbar. For this, I have done the following: Created MenuSearch.xml in the menu folder as given below: <?xml version="1.0" encoding="utf-8"?> <menu xmlns:android="http://schemas.android.com/apk/res/android"> <item android:id="@+id/action_search" android:actionViewClass="Android.Support.V7.Widget.SearchView" android:icon="@android:drawable/ic_menu_search" android:showAsAction="always" android:title="Search"/> </menu> Included the method OnCreateOptionsMenu