aboutsummaryrefslogtreecommitdiff
path: root/res/menu
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2014-06-10 19:24:00 -0700
committerScott Jackson <daneren2005@gmail.com>2014-06-10 19:24:00 -0700
commitf064378307cf651c1f0cb82a36b81099b4db7401 (patch)
tree5e56d4b9c223f193aa652180dc41dc41c4046b53 /res/menu
parent42843c2b45668064aee7ce985bb941acb54f5eac (diff)
downloaddsub-f064378307cf651c1f0cb82a36b81099b4db7401.tar.gz
dsub-f064378307cf651c1f0cb82a36b81099b4db7401.tar.bz2
dsub-f064378307cf651c1f0cb82a36b81099b4db7401.zip
#171 Only display admin stuff if user is an admin
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/admin_context_user.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/res/menu/admin_context_user.xml b/res/menu/admin_context_user.xml
new file mode 100644
index 00000000..cc4c1ab9
--- /dev/null
+++ b/res/menu/admin_context_user.xml
@@ -0,0 +1,8 @@
+<?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/admin_change_password"
+ android:title="@string/admin.change_password"/>
+</menu> \ No newline at end of file