summaryrefslogtreecommitdiff
path: root/vdrmanager
diff options
context:
space:
mode:
Diffstat (limited to 'vdrmanager')
-rw-r--r--vdrmanager/res/menu/refresh_menu.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/vdrmanager/res/menu/refresh_menu.xml b/vdrmanager/res/menu/refresh_menu.xml
new file mode 100644
index 0000000..9c31b62
--- /dev/null
+++ b/vdrmanager/res/menu/refresh_menu.xml
@@ -0,0 +1,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> \ No newline at end of file