diff options
Diffstat (limited to 'src/main/res/menu')
-rw-r--r-- | src/main/res/menu/editaccount.xml | 12 | ||||
-rw-r--r-- | src/main/res/menu/manageaccounts_context.xml | 3 |
2 files changed, 6 insertions, 9 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" diff --git a/src/main/res/menu/manageaccounts_context.xml b/src/main/res/menu/manageaccounts_context.xml index a49b770df..7ea04fed2 100644 --- a/src/main/res/menu/manageaccounts_context.xml +++ b/src/main/res/menu/manageaccounts_context.xml @@ -3,9 +3,6 @@ xmlns:app="http://schemas.android.com/apk/res-auto"> <item - android:id="@+id/mgmt_account_change_presence" - android:title="@string/change_presence" /> - <item android:id="@+id/mgmt_account_publish_avatar" android:title="@string/mgmt_account_publish_avatar" /> <item |