From 99cfae2e331b3093fd026456c525457148cf461f Mon Sep 17 00:00:00 2001 From: Christian Schneppe Date: Mon, 23 Dec 2019 11:02:33 +0100 Subject: rework conference and contact details * reduce avatar size * show big avatar on long click * reorder elements * show contact/muc JID in advanced mode fixes #423 --- src/main/res/menu/contact_details.xml | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) (limited to 'src/main/res/menu') diff --git a/src/main/res/menu/contact_details.xml b/src/main/res/menu/contact_details.xml index b9268e4f9..f8750da96 100644 --- a/src/main/res/menu/contact_details.xml +++ b/src/main/res/menu/contact_details.xml @@ -2,19 +2,12 @@ - - + android:title="@string/share_uri_with" + app:showAsAction="always"> + android:orderInCategory="72" + android:title="@string/action_block_contact" + app:showAsAction="always" /> - + android:orderInCategory="73" + android:title="@string/action_unblock_contact" + app:showAsAction="always" /> + \ No newline at end of file -- cgit v1.2.3