aboutsummaryrefslogtreecommitdiff
path: root/res/menu/user.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2014-06-09 22:20:22 -0700
committerScott Jackson <daneren2005@gmail.com>2014-06-09 22:20:22 -0700
commitde81b9b43c92a6a8a1403c4547dc44dd17b9792e (patch)
tree231f0277fb13a9198e478750752acb02226637cb /res/menu/user.xml
parentdd322b8281954c04eca55ab118b82296c2797221 (diff)
downloaddsub-de81b9b43c92a6a8a1403c4547dc44dd17b9792e.tar.gz
dsub-de81b9b43c92a6a8a1403c4547dc44dd17b9792e.tar.bz2
dsub-de81b9b43c92a6a8a1403c4547dc44dd17b9792e.zip
#171 Add a full UserFragment to view/edit settings
Diffstat (limited to 'res/menu/user.xml')
-rw-r--r--res/menu/user.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/res/menu/user.xml b/res/menu/user.xml
new file mode 100644
index 00000000..ace011b1
--- /dev/null
+++ b/res/menu/user.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_update_permissions"
+ android:title="@string/admin.update_permissions"
+ android:icon="?attr/save"
+ compat:showAsAction="always|withText"/>
+
+ <item
+ android:id="@+id/menu_exit"
+ android:title="@string/menu.exit"/>
+</menu> \ No newline at end of file