summaryrefslogtreecommitdiff
path: root/vdrmanager/res
diff options
context:
space:
mode:
authorlado <herrlado@gmail.com>2012-02-23 15:29:37 +0100
committerlado <herrlado@gmail.com>2012-02-23 15:29:37 +0100
commit9d30c1c5d3fe0cb05c2618b1141cc0c0ef590498 (patch)
treea9ca409c96aa75ce29cdd4ae7d40ce352edf4dd1 /vdrmanager/res
parentebeca34c6d0461102d3727a937e274fc5a902b9b (diff)
downloadvdr-manager-9d30c1c5d3fe0cb05c2618b1141cc0c0ef590498.tar.gz
vdr-manager-9d30c1c5d3fe0cb05c2618b1141cc0c0ef590498.tar.bz2
android:showAsAction
Diffstat (limited to 'vdrmanager/res')
-rw-r--r--vdrmanager/res/menu/channellist.xml2
-rw-r--r--vdrmanager/res/menu/recording_list_menu.xml20
2 files changed, 20 insertions, 2 deletions
diff --git a/vdrmanager/res/menu/channellist.xml b/vdrmanager/res/menu/channellist.xml
index 2ca3884..c62dd18 100644
--- a/vdrmanager/res/menu/channellist.xml
+++ b/vdrmanager/res/menu/channellist.xml
@@ -4,13 +4,11 @@
<item
android:id="@+id/channels_recent_channels" android:alphabeticShortcut="r"
android:icon="@drawable/ic_menu_recent_history"
- android:showAsAction="ifRoom"
android:title="@string/recent_channels"/>
<item
android:id="@+id/channels_groupby" android:alphabeticShortcut="g"
android:icon="@android:drawable/ic_menu_sort_alphabetically"
- android:showAsAction="ifRoom"
android:title="@string/menu_groupby"/>
</menu> \ No newline at end of file
diff --git a/vdrmanager/res/menu/recording_list_menu.xml b/vdrmanager/res/menu/recording_list_menu.xml
new file mode 100644
index 0000000..8b3e72d
--- /dev/null
+++ b/vdrmanager/res/menu/recording_list_menu.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<menu xmlns:android="http://schemas.android.com/apk/res/android">
+<!--
+ <item
+ android:id="@+id/epg_menu_search"
+ android:icon="@android:drawable/ic_menu_search"
+ android:title="@string/epg_menu_search"/>
+-->
+<!--
+ <item
+ android:id="@+id/epg_menu_times"
+ android:icon="@android:drawable/ic_menu_search"
+ android:title="@string/epg_menu_times"/>
+ -->
+
+ <item
+ android:id="@+id/menu_groupby" android:alphabeticShortcut="g"
+ android:icon="@android:drawable/ic_menu_sort_alphabetically"
+ android:title="@string/menu_groupby"/>
+</menu> \ No newline at end of file