aboutsummaryrefslogtreecommitdiff
path: root/res/menu/search.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/menu/search.xml')
-rw-r--r--res/menu/search.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/res/menu/search.xml b/res/menu/search.xml
index b9cdecac..fa361566 100644
--- a/res/menu/search.xml
+++ b/res/menu/search.xml
@@ -1,10 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
-<menu xmlns:android="http://schemas.android.com/apk/res/android">
+<menu xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:compat="http://schemas.android.com/apk/res-auto">
<item
android:id="@+id/menu_search"
android:icon="@drawable/action_search"
android:title="@string/menu.search"
- android:showAsAction="ifRoom|withText"/>
+ compat:showAsAction="ifRoom|withText"/>
<item
android:id="@+id/menu_help"