diff --git a/common/src/main/res/layout/view_message_chat_new_notify.xml b/common/src/main/res/layout/view_message_chat_new_notify.xml index 5051ed94a..248c4b130 100644 --- a/common/src/main/res/layout/view_message_chat_new_notify.xml +++ b/common/src/main/res/layout/view_message_chat_new_notify.xml @@ -43,6 +43,8 @@ android:text="@string/main_anchor_live_notify_info" android:textColor="#CCFFFFFF" android:textSize="11sp" + android:maxLines="1" + android:ellipsize="end" app:layout_constraintEnd_toStartOf="@+id/liveGo" app:layout_constraintStart_toStartOf="@+id/anchorName" app:layout_constraintTop_toBottomOf="@+id/anchorName"