summaryrefslogtreecommitdiff
path: root/vdrmanager/res/menu/refresh_menu.xml
blob: 8bfe27d84407bcca8f43e66416b812b31daf4558 (plain)
1
2
3
4
5
6
7
8
9
10
<?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:title="@string/refresh"/>

</menu>