aboutsummaryrefslogtreecommitdiff
path: root/res/menu/user_user.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2014-06-10 20:17:37 -0700
committerScott Jackson <daneren2005@gmail.com>2014-06-10 20:17:37 -0700
commit2b079541a39f08be590cb2b37e2d401edcb4f13e (patch)
tree7b1e2b1cf90dd845a47d9d78f6906a2d9473878b /res/menu/user_user.xml
parentf064378307cf651c1f0cb82a36b81099b4db7401 (diff)
downloaddsub-2b079541a39f08be590cb2b37e2d401edcb4f13e.tar.gz
dsub-2b079541a39f08be590cb2b37e2d401edcb4f13e.tar.bz2
dsub-2b079541a39f08be590cb2b37e2d401edcb4f13e.zip
#171 Add ability to change email, email/password to UserFragment
Diffstat (limited to 'res/menu/user_user.xml')
-rw-r--r--res/menu/user_user.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/res/menu/user_user.xml b/res/menu/user_user.xml
new file mode 100644
index 00000000..f66aa793
--- /dev/null
+++ b/res/menu/user_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_change_password"
+ android:title="@string/admin.change_password"
+ android:icon="?attr/password"
+ compat:showAsAction="always|withText"/>
+
+ <item
+ android:id="@+id/menu_exit"
+ android:title="@string/menu.exit"/>
+</menu> \ No newline at end of file