summaryrefslogtreecommitdiff
path: root/vdrmanager/app/src/main/res/menu/remote_menu.xml
diff options
context:
space:
mode:
Diffstat (limited to 'vdrmanager/app/src/main/res/menu/remote_menu.xml')
-rw-r--r--vdrmanager/app/src/main/res/menu/remote_menu.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/vdrmanager/app/src/main/res/menu/remote_menu.xml b/vdrmanager/app/src/main/res/menu/remote_menu.xml
new file mode 100644
index 0000000..a2540d3
--- /dev/null
+++ b/vdrmanager/app/src/main/res/menu/remote_menu.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<menu xmlns:android="http://schemas.android.com/apk/res/android">
+ <item android:id="@+id/reset"
+ android:title="@string/menu_reset" />
+ <item android:id="@+id/exprt"
+ android:title="@string/menu_exprt" />
+ <item android:id="@+id/imprt"
+ android:title="@string/menu_imprt" />
+ <item android:id="@+id/remapback"
+ android:title="@string/menu_remapback" android:checkable="true"/>
+</menu>