aboutsummaryrefslogtreecommitdiff
path: root/res/menu/search.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2013-08-12 20:35:43 -0700
committerScott Jackson <daneren2005@gmail.com>2013-08-12 20:35:43 -0700
commit8e30b9706587ed9f3b2609719e67951be06d5ea8 (patch)
tree09a8d7019c6d3b35c95d88ff5b69534dc0f7e38c /res/menu/search.xml
parent4105ccf4318e697456090ef8ac0fe59742d8d118 (diff)
downloaddsub-8e30b9706587ed9f3b2609719e67951be06d5ea8.tar.gz
dsub-8e30b9706587ed9f3b2609719e67951be06d5ea8.tar.bz2
dsub-8e30b9706587ed9f3b2609719e67951be06d5ea8.zip
Converted everything to ActionBarCompat
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"