We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54e4618 commit 15f2dc2Copy full SHA for 15f2dc2
SearchDemo/res/menu/search_menu.xml
@@ -0,0 +1,9 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+<menu xmlns:android="http://schemas.android.com/apk/res/android">
3
+ <item android:id="@+id/menu_search"
4
+ android:icon="@android:drawable/ic_menu_search"
5
+ android:title="@string/search"
6
+ android:showAsAction="ifRoom|withText"
7
+ android:actionViewClass="android.widget.SearchView"
8
+ />
9
+</menu>
0 commit comments