aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/menu
diff options
context:
space:
mode:
authorAndreas Straub <andy@strb.org>2015-07-19 23:35:03 +0200
committerAndreas Straub <andy@strb.org>2015-07-19 23:35:03 +0200
commit480b1cde810e0ed2afc6ea424fb36fd973ae24b9 (patch)
tree3811628d5bfac6ac2c0b0c96fb3ebfebbed01531 /src/main/res/menu
parent14010bf5a6198e4e53ba3f86328d061cf20b8da1 (diff)
Add clear devices to overflow menu in EditAccount
Diffstat (limited to 'src/main/res/menu')
-rw-r--r--src/main/res/menu/editaccount.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/res/menu/editaccount.xml b/src/main/res/menu/editaccount.xml
index 4ce9e1f3..2076805e 100644
--- a/src/main/res/menu/editaccount.xml
+++ b/src/main/res/menu/editaccount.xml
@@ -20,4 +20,8 @@
<item android:id="@+id/action_change_password_on_server"
android:title="@string/change_password"
android:showAsAction="never" />
+
+ <item android:id="@+id/action_clear_devices"
+ android:title="@string/clear_other_devices"
+ android:showAsAction="never"/>
</menu> \ No newline at end of file