From a10a8ce5ca8571e04fd11cef97b86560a06a0ab2 Mon Sep 17 00:00:00 2001 From: Florian Renaud Date: Mon, 11 Jul 2022 16:19:27 +0200 Subject: [PATCH] Add margin after the action button of the user list toolbar --- vector/src/main/res/layout/fragment_user_list.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/vector/src/main/res/layout/fragment_user_list.xml b/vector/src/main/res/layout/fragment_user_list.xml index b3149f05c5..989cb2feef 100644 --- a/vector/src/main/res/layout/fragment_user_list.xml +++ b/vector/src/main/res/layout/fragment_user_list.xml @@ -15,7 +15,9 @@ android:id="@+id/userListToolbar" android:layout_width="match_parent" android:layout_height="?actionBarSize" - app:title="@string/fab_menu_create_chat"/> + android:paddingEnd="@dimen/layout_horizontal_margin" + app:title="@string/fab_menu_create_chat" + tools:ignore="RtlSymmetry" /> @@ -94,4 +96,4 @@ app:layout_constraintTop_toBottomOf="@id/userListE2EbyDefaultDisabled" tools:listitem="@layout/item_known_user" /> - \ No newline at end of file +