From dde5315460fdf40d92ef71f175c73a22f4c77c36 Mon Sep 17 00:00:00 2001 From: Dariusz Olszewski Date: Tue, 16 Mar 2021 23:09:01 +0100 Subject: [PATCH] Fix for display issues with non default font sizes (issue #955) Signed-off-by: Dariusz Olszewski --- .../res/layout/rv_item_conversation_with_last_message.xml | 8 +------- 1 file changed, 1 insertion(+), 7 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 726affc05..cc56f2b71 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 @@ -26,14 +26,9 @@ xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" - android:layout_height="@dimen/rv_item_view_height" + android:layout_height="wrap_content" android:layout_margin="@dimen/double_margin_between_elements"> - - - -