summaryrefslogtreecommitdiff
path: root/vdrmanager/res/menu-v11
diff options
context:
space:
mode:
authorlado <herrlado@gmail.com>2012-01-25 00:27:26 +0100
committerlado <herrlado@gmail.com>2012-01-25 00:27:26 +0100
commit8ebc4e76ded54f86c35a0d3aa4191641f52d6e29 (patch)
tree298e800052bf0c5531ecaf5c9144be342ffe5add /vdrmanager/res/menu-v11
parente2bf873e9f5d1011cbcd240242507b5862d79558 (diff)
downloadvdr-manager-8ebc4e76ded54f86c35a0d3aa4191641f52d6e29.tar.gz
vdr-manager-8ebc4e76ded54f86c35a0d3aa4191641f52d6e29.tar.bz2
recent channels implemented
Diffstat (limited to 'vdrmanager/res/menu-v11')
-rw-r--r--vdrmanager/res/menu-v11/channellist.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/vdrmanager/res/menu-v11/channellist.xml b/vdrmanager/res/menu-v11/channellist.xml
new file mode 100644
index 0000000..2ca3884
--- /dev/null
+++ b/vdrmanager/res/menu-v11/channellist.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<menu xmlns:android="http://schemas.android.com/apk/res/android" >
+
+ <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