From d9b2b1e509fe29dc7f0db121398a36aa4e8f75ca Mon Sep 17 00:00:00 2001 From: Mario Danic Date: Thu, 26 Dec 2019 18:51:23 +0100 Subject: [PATCH] Fix issue with outcoming text message --- app/src/main/res/layout/item_custom_outcoming_text_message.xml | 3 +++ 1 file changed, 3 insertions(+) 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" />