aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/menu/editaccount.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2016-05-14 11:14:48 +0200
committerChristian Schneppe <christian@pix-art.de>2016-05-14 11:14:48 +0200
commit9bfe922f6686857e7be5b6c6524aa6bcec8b2b2a (patch)
tree5cfd3a7336ec32b27cb81163a82f647cda55f584 /src/main/res/menu/editaccount.xml
parent031d001eed7fc5aa9926d503e248358803508eba (diff)
add reconnect to EditAccountActivity
Diffstat (limited to '')
-rw-r--r--src/main/res/menu/editaccount.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/main/res/menu/editaccount.xml b/src/main/res/menu/editaccount.xml
index 3e449007b..509bd9532 100644
--- a/src/main/res/menu/editaccount.xml
+++ b/src/main/res/menu/editaccount.xml
@@ -41,7 +41,10 @@
android:showAsAction="always"
android:icon="?attr/icon_edit"
android:title="@string/change_password"/>
-
+ <item
+ android:id="@+id/mgmt_account_reconnect"
+ android:showAsAction="never"
+ android:title="@string/mgmt_account_reconnect"/>
<item
android:id="@+id/action_clear_devices"
android:showAsAction="never"