summaryrefslogtreecommitdiff
path: root/vdrmanager/res/menu/channellist.xml
blob: 2ca38845dfde34a973c8e16203dfb683bdf08166 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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>