summaryrefslogtreecommitdiff
path: root/vdrmanager/res/menu/epg_list_item_menu.xml
diff options
context:
space:
mode:
Diffstat (limited to 'vdrmanager/res/menu/epg_list_item_menu.xml')
-rw-r--r--vdrmanager/res/menu/epg_list_item_menu.xml15
1 files changed, 7 insertions, 8 deletions
diff --git a/vdrmanager/res/menu/epg_list_item_menu.xml b/vdrmanager/res/menu/epg_list_item_menu.xml
index 7bda366..15dbef8 100644
--- a/vdrmanager/res/menu/epg_list_item_menu.xml
+++ b/vdrmanager/res/menu/epg_list_item_menu.xml
@@ -1,29 +1,28 @@
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
- <item android:id="@+id/epg_item_menu_timer_toggle"
+ <item
+ android:id="@+id/epg_item_menu_timer_toggle"
android:title="@string/epg_item_menu_timer_enable"
android:visible="false"/>
-
<item
android:id="@+id/epg_item_menu_timer_add"
android:title="@string/epg_item_menu_timer_add"/>
-
<item
android:id="@+id/epg_item_menu_timer_delete"
android:title="@string/epg_item_menu_timer_delete"
android:visible="false"/>
-
<item
android:id="@+id/epg_item_menu_timer_modify"
android:title="@string/epg_item_menu_timer_modify"
android:visible="false"/>
-
<item
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" />
-
+ <item
+ android:id="@+id/epg_item_menu_switchto"
+ android:title="@string/switch_to_channel"
+ android:visible="true"/>
+
</menu> \ No newline at end of file