summaryrefslogtreecommitdiff
path: root/vdrmanager/res/menu/refresh_menu.xml
blob: 79626b9878990fd3699367ee3fa266f12a73c300 (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" xmlns:v7="http://schemas.android.com/apk/res-auto"  >

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