summaryrefslogtreecommitdiff
path: root/vdrmanager/res/menu-v11
diff options
context:
space:
mode:
authorlado <herrlado@gmail.com>2012-06-13 12:48:08 +0200
committerlado <herrlado@gmail.com>2012-06-13 12:48:08 +0200
commit00130be822697b95b9540e75c046bc0d0802395c (patch)
tree323f312b05b44bf30def29c316b764db6f34b9c1 /vdrmanager/res/menu-v11
parent75757f080d8ef3c0fb5b28aaa40e2f560ed56ae8 (diff)
downloadvdr-manager-00130be822697b95b9540e75c046bc0d0802395c.tar.gz
vdr-manager-00130be822697b95b9540e75c046bc0d0802395c.tar.bz2
switch to channel
Diffstat (limited to 'vdrmanager/res/menu-v11')
-rw-r--r--vdrmanager/res/menu-v11/epg_details.xml6
-rw-r--r--vdrmanager/res/menu-v11/epg_list_item_menu.xml4
2 files changed, 8 insertions, 2 deletions
diff --git a/vdrmanager/res/menu-v11/epg_details.xml b/vdrmanager/res/menu-v11/epg_details.xml
index 339d423..4458f09 100644
--- a/vdrmanager/res/menu-v11/epg_details.xml
+++ b/vdrmanager/res/menu-v11/epg_details.xml
@@ -12,5 +12,9 @@
android:id="@+id/epg_details_menu_share"
android:icon="@android:drawable/ic_menu_share"
android:title="@string/share"/>
-
+
+ <item
+ android:id="@+id/epg_details_menu_switch"
+ android:icon="@drawable/ic_menu_goto"
+ android:title="@string/switch_to_channel"/>
</menu>
diff --git a/vdrmanager/res/menu-v11/epg_list_item_menu.xml b/vdrmanager/res/menu-v11/epg_list_item_menu.xml
index 6aacf4d..93ccb68 100644
--- a/vdrmanager/res/menu-v11/epg_list_item_menu.xml
+++ b/vdrmanager/res/menu-v11/epg_list_item_menu.xml
@@ -24,5 +24,7 @@
android:id="@+id/epg_item_menu_live_tv"
android:title="@string/livetv"
android:visible="false"/>
-
+
+ <item android:id="@+id/epg_item_menu_switchto" android:title="@string/switch_to_channel" android:visible="true" />
+
</menu> \ No newline at end of file