From a2736785c488d0760c47c1f1fdc68a1f68cdec0b Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Tue, 23 Mar 2021 21:26:59 +0100 Subject: [PATCH] re-add proper spacing between conversations Signed-off-by: Andy Scherzinger --- .../layout/rv_item_conversation_with_last_message.xml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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 808f2fb09..6dbdb1e6c 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 @@ -28,9 +28,9 @@ android:layout_height="wrap_content" android:animateLayoutChanges="true" android:paddingLeft="@dimen/double_margin_between_elements" - android:paddingTop="@dimen/margin_between_elements" + android:paddingTop="12dp" android:paddingRight="@dimen/double_margin_between_elements" - android:paddingBottom="@dimen/margin_between_elements"> + android:paddingBottom="12dp">