From b585ec065c2dbc78a4fe66e0661096c63aea830e Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Thu, 25 Mar 2021 23:10:54 +0100 Subject: [PATCH] raise space between avatar and text Signed-off-by: Andy Scherzinger --- .../main/res/layout/rv_item_conversation_with_last_message.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/rv_item_conversation_with_last_message.xml b/app/src/main/res/layout/rv_item_conversation_with_last_message.xml index 0d337c99c..949c7b6c9 100644 --- a/app/src/main/res/layout/rv_item_conversation_with_last_message.xml +++ b/app/src/main/res/layout/rv_item_conversation_with_last_message.xml @@ -36,7 +36,7 @@ android:layout_width="@dimen/small_item_height" android:layout_height="@dimen/small_item_height" android:layout_centerVertical="true" - android:layout_marginEnd="@dimen/margin_between_elements"> + android:layout_marginEnd="@dimen/double_margin_between_elements">