diff options
author | lado <herrlado@gmail.com> | 2013-02-14 23:38:35 +0100 |
---|---|---|
committer | lado <herrlado@gmail.com> | 2013-02-14 23:38:35 +0100 |
commit | f074dc5e46af060154ff6d4b0c34b11cec865504 (patch) | |
tree | 641326b8e313a07ddcf19168c76015118d38ada6 /vdrmanager/res/menu/channellist.xml | |
parent | 3fe4faa24b7312e3b2dbfef1f350aea3eb48e4a6 (diff) | |
download | vdr-manager-f074dc5e46af060154ff6d4b0c34b11cec865504.tar.gz vdr-manager-f074dc5e46af060154ff6d4b0c34b11cec865504.tar.bz2 |
Feature #1253
Diffstat (limited to 'vdrmanager/res/menu/channellist.xml')
-rw-r--r-- | vdrmanager/res/menu/channellist.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/vdrmanager/res/menu/channellist.xml b/vdrmanager/res/menu/channellist.xml new file mode 100644 index 0000000..2ca3884 --- /dev/null +++ b/vdrmanager/res/menu/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 |