summaryrefslogtreecommitdiffstats
path: root/android/source/res/menu/view_menu.xml
diff options
context:
space:
mode:
Diffstat (limited to 'android/source/res/menu/view_menu.xml')
-rw-r--r--android/source/res/menu/view_menu.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/android/source/res/menu/view_menu.xml b/android/source/res/menu/view_menu.xml
new file mode 100644
index 000000000..a40bdf580
--- /dev/null
+++ b/android/source/res/menu/view_menu.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<menu xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:app="http://schemas.android.com/apk/res-auto">
+
+ <item android:id="@+id/action_settings"
+ android:title="@string/action_settings"
+ android:orderInCategory="100"/>
+ <item android:id="@+id/action_about"
+ android:title="@string/action_about"
+ android:orderInCategory="100"/>
+</menu>