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 97c6f16ea..b03352bcc 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 @@ -43,6 +43,7 @@ - - - - - - - + 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" />