aboutsummaryrefslogtreecommitdiff
path: root/res/menu
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2013-11-08 19:45:26 -0800
committerScott Jackson <daneren2005@gmail.com>2013-11-08 19:45:26 -0800
commit7e29cd25020392fa66c792e756bee3b1a29cbf65 (patch)
tree34a1796f5522fd01369b106686c97e516a7723ff /res/menu
parent1d6294de8292f6945534f3ed4819b86d11c6ea75 (diff)
downloaddsub-7e29cd25020392fa66c792e756bee3b1a29cbf65.tar.gz
dsub-7e29cd25020392fa66c792e756bee3b1a29cbf65.tar.bz2
dsub-7e29cd25020392fa66c792e756bee3b1a29cbf65.zip
Added a basic menu for when drawer is pulled out
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/drawer_menu.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/res/menu/drawer_menu.xml b/res/menu/drawer_menu.xml
new file mode 100644
index 00000000..adba3c90
--- /dev/null
+++ b/res/menu/drawer_menu.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<menu xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:compat="http://schemas.android.com/apk/res-auto">
+
+ <item
+ android:id="@+id/menu_settings"
+ android:icon="@drawable/action_settings"
+ android:title="@string/menu.settings"/>
+
+ <item
+ android:id="@+id/menu_exit"
+ android:icon="@drawable/action_exit"
+ android:title="@string/menu.exit"/>
+</menu>