aboutsummaryrefslogtreecommitdiff
path: root/res/menu/user.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/menu/user.xml')
-rw-r--r--res/menu/user.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/res/menu/user.xml b/res/menu/user.xml
index ace011b1..aea881fc 100644
--- a/res/menu/user.xml
+++ b/res/menu/user.xml
@@ -9,6 +9,16 @@
compat:showAsAction="always|withText"/>
<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_change_email"
+ android:title="@string/admin.change_email"/>
+
+ <item
android:id="@+id/menu_exit"
android:title="@string/menu.exit"/>
</menu> \ No newline at end of file