diff --git a/app/src/main/res/layout/chat_message_reply_content_cell.xml b/app/src/main/res/layout/chat_message_reply_content_cell.xml index 66bf0077c..a6364ba7c 100644 --- a/app/src/main/res/layout/chat_message_reply_content_cell.xml +++ b/app/src/main/res/layout/chat_message_reply_content_cell.xml @@ -61,6 +61,7 @@ android:visibility="@{data.isConferenceSchedule ? View.VISIBLE : View.GONE, default=gone}" android:layout_width="wrap_content" android:layout_height="wrap_content" + android:gravity="center" android:text="@{data.conferenceSubject, default=`Lorem Ipsum`}" android:textColor="@color/light_primary_text_color" android:padding="5dp" diff --git a/app/src/main/res/layout/chat_message_reply_preview_content_cell.xml b/app/src/main/res/layout/chat_message_reply_preview_content_cell.xml index b3f76f87e..485cf44dc 100644 --- a/app/src/main/res/layout/chat_message_reply_preview_content_cell.xml +++ b/app/src/main/res/layout/chat_message_reply_preview_content_cell.xml @@ -59,6 +59,7 @@ android:visibility="@{data.isConferenceSchedule ? View.VISIBLE : View.GONE, default=gone}" android:layout_width="wrap_content" android:layout_height="wrap_content" + android:gravity="center" android:maxWidth="@dimen/chat_message_content_preview_max_width" android:maxLines="3" android:ellipsize="end"