From 2ca76ef44fc1b9fb62f10c50b3e08327e8f43345 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Wed, 14 Dec 2022 10:29:40 +0100 Subject: [PATCH] Hide participant count in cancelled conference ICS --- .../chat_message_conference_invitation_content_cell.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/layout/chat_message_conference_invitation_content_cell.xml b/app/src/main/res/layout/chat_message_conference_invitation_content_cell.xml index 2f9705292..5ea3657d5 100644 --- a/app/src/main/res/layout/chat_message_conference_invitation_content_cell.xml +++ b/app/src/main/res/layout/chat_message_conference_invitation_content_cell.xml @@ -51,6 +51,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="5dp" + android:layout_marginBottom="10dp" style="@style/conference_invite_desc_font" android:maxLines="2" android:ellipsize="end" @@ -59,8 +60,9 @@ @@ -68,8 +70,8 @@ @@ -78,7 +80,6 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:drawablePadding="5dp" - android:layout_marginTop="2dp" style="@style/conference_invite_dat_time_font" android:text="@{data.conferenceTime + (data.showDuration ? ` (` + data.conferenceDuration + `)` : ``), default=`5:35 PM (2h)`}" app:drawableStartCompat="@drawable/icon_schedule_time" />