summaryrefslogtreecommitdiff
path: root/vdrmanager/res/menu/refresh_menu.xml
blob: 9c31b62e03661102121f2dcab1b4c8a4b2a298ad (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android" >

    <item
        android:id="@+id/list_refresh"
        android:alphabeticShortcut="r"
        android:icon="@drawable/ic_menu_refresh"
        android:showAsAction="ifRoom"
        android:title="@string/refresh"/>

</menu>