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" />