From 8b52eb4637cd14ea66284c25679769821b2b2b5b Mon Sep 17 00:00:00 2001 From: sowjanyakch Date: Thu, 10 Oct 2024 18:02:45 +0200 Subject: [PATCH] work on UI of IncomingDeckCardViewHolder Signed-off-by: sowjanyakch --- .../item_custom_incoming_deck_card_message.xml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/app/src/main/res/layout/item_custom_incoming_deck_card_message.xml b/app/src/main/res/layout/item_custom_incoming_deck_card_message.xml index b1f85e85a..3e04b0372 100644 --- a/app/src/main/res/layout/item_custom_incoming_deck_card_message.xml +++ b/app/src/main/res/layout/item_custom_incoming_deck_card_message.xml @@ -65,22 +65,21 @@ @@ -90,11 +89,11 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:ellipsize="end" - android:lineSpacingMultiplier="1.2" android:textAlignment="viewStart" + android:maxLines="1" android:textIsSelectable="false" android:visibility="gone" - app:layout_flexGrow="1" + android:layout_marginBottom="4dp" tools:text="Card Description" tools:visibility="visible" />