diff --git a/app/src/main/res/layout/item_custom_outcoming_text_message.xml b/app/src/main/res/layout/item_custom_outcoming_text_message.xml index f53991c2c..1c73de22b 100644 --- a/app/src/main/res/layout/item_custom_outcoming_text_message.xml +++ b/app/src/main/res/layout/item_custom_outcoming_text_message.xml @@ -46,6 +46,9 @@ android:layout_height="wrap_content" android:layout_alignWithParentIfMissing="true" android:lineSpacingMultiplier="1.2" + app:layout_alignSelf="flex_start" + app:layout_flexGrow="1" + app:layout_wrapBefore="true" android:textColorHighlight="@color/nc_grey" android:textIsSelectable="true" />