From 435b73e3f935074d48f49ead60964431bbafbaf3 Mon Sep 17 00:00:00 2001 From: Mario Danic Date: Tue, 9 Oct 2018 10:26:27 +0200 Subject: [PATCH] Fix #323 --- app/src/main/res/layout/item_custom_outcoming_text_message.xml | 2 ++ 1 file changed, 2 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 7e90ed32c..14d30c046 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 @@ -45,6 +45,8 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:textIsSelectable="true" + android:textColorHighlight="@color/nc_grey" + android:layout_alignWithParentIfMissing="true"/>