diff options
| -rw-r--r-- | core/res/res/layout/notification_template_material_conversation.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/layout/notification_template_material_conversation.xml b/core/res/res/layout/notification_template_material_conversation.xml index 139185f98b69..82e99e6419b6 100644 --- a/core/res/res/layout/notification_template_material_conversation.xml +++ b/core/res/res/layout/notification_template_material_conversation.xml @@ -139,7 +139,7 @@ > <TextView android:id="@+id/conversation_text" - android:layout_width="wrap_content" + android:layout_width="0dp" android:layout_height="wrap_content" android:layout_marginEnd="@dimen/notification_conversation_header_separating_margin" android:textAppearance="@style/TextAppearance.DeviceDefault.Notification.Title" |