summaryrefslogtreecommitdiff
path: root/vdrmanager/res/menu/epg_search_menu.xml
diff options
context:
space:
mode:
authorlado <herrlado@gmail.com>2014-12-29 21:05:59 +0100
committerlado <herrlado@gmail.com>2014-12-29 21:05:59 +0100
commit6dcead1f7ad58be52e4c155942b651ad6f2c4e70 (patch)
treeea820e9a02acd153c33a235b3e136b03f2619ea3 /vdrmanager/res/menu/epg_search_menu.xml
parent4119f8234452ad9fa01cd4950b31a3408e5b30c0 (diff)
downloadvdr-manager-6dcead1f7ad58be52e4c155942b651ad6f2c4e70.tar.gz
vdr-manager-6dcead1f7ad58be52e4c155942b651ad6f2c4e70.tar.bz2
smarttvweb and compat lib. removed actionbar sherloch
Diffstat (limited to 'vdrmanager/res/menu/epg_search_menu.xml')
-rw-r--r--vdrmanager/res/menu/epg_search_menu.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/vdrmanager/res/menu/epg_search_menu.xml b/vdrmanager/res/menu/epg_search_menu.xml
index e4bf9d0..22a69ee 100644
--- a/vdrmanager/res/menu/epg_search_menu.xml
+++ b/vdrmanager/res/menu/epg_search_menu.xml
@@ -1,12 +1,12 @@
<?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:v7="http://schemas.android.com/apk/res-auto" >
<!-- -->
<item
android:id="@+id/epg_search"
android:icon="@android:drawable/ic_menu_search"
android:alphabeticShortcut="s"
- android:showAsAction="always"
+ v7:showAsAction="always"
android:title="@string/action_menu_search"/>
</menu> \ No newline at end of file