summaryrefslogtreecommitdiff
path: root/vdrmanager/res/menu/epg_details.xml
diff options
context:
space:
mode:
Diffstat (limited to 'vdrmanager/res/menu/epg_details.xml')
-rw-r--r--vdrmanager/res/menu/epg_details.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/vdrmanager/res/menu/epg_details.xml b/vdrmanager/res/menu/epg_details.xml
index 4353b0b..6ce238a 100644
--- a/vdrmanager/res/menu/epg_details.xml
+++ b/vdrmanager/res/menu/epg_details.xml
@@ -1,25 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
-<menu xmlns:android="http://schemas.android.com/apk/res/android" >
+<menu xmlns:v7="http://schemas.android.com/apk/res-auto" xmlns:android="http://schemas.android.com/apk/res/android" >
<item
android:id="@+id/epg_details_menu_search_repeat"
- android:showAsAction="ifRoom"
+ v7:showAsAction="ifRoom"
android:icon="@drawable/ic_menu_view"
android:title="@string/search_reapt"/>
<item
- android:showAsAction="ifRoom"
+ v7:showAsAction="ifRoom"
android:id="@+id/epg_details_menu_share"
android:icon="@android:drawable/ic_menu_share"
android:title="@string/share"/>
<item
- android:showAsAction="ifRoom"
+ v7:showAsAction="ifRoom"
android:id="@+id/epg_details_menu_add_to_cal"
android:icon="@android:drawable/ic_menu_month"
android:title="@string/addtocal"/>
<item
+ v7:showAsAction="ifRoom"
android:id="@+id/epg_details_menu_switch"
android:icon="@drawable/ic_menu_goto"
android:title="@string/switch_to_channel"/>