aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/menu/editaccount.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/res/menu/editaccount.xml')
-rw-r--r--src/main/res/menu/editaccount.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/main/res/menu/editaccount.xml b/src/main/res/menu/editaccount.xml
index 13e8db4a6..c476a3ed2 100644
--- a/src/main/res/menu/editaccount.xml
+++ b/src/main/res/menu/editaccount.xml
@@ -1,6 +1,12 @@
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
+ <item
+ android:id="@+id/action_change_presence"
+ android:icon="@drawable/ic_new_releases_white_24dp"
+ android:title="@string/change_presence"
+ app:showAsAction="always" />
+
<item android:id="@+id/action_share"
android:title="@string/share_uri_with"
android:icon="?attr/icon_share"
@@ -22,12 +28,6 @@
</item>
<item
- android:id="@+id/action_change_presence"
- app:showAsAction="always"
- android:title="@string/change_presence"
- android:icon="@drawable/ic_new_releases_white_24dp" />
-
- <item
android:id="@+id/action_show_block_list"
app:showAsAction="always"
android:icon="@drawable/ic_speaker_notes_off_white_24dp"