From d628a30576e05529133d5b796dc8b3034a9575a5 Mon Sep 17 00:00:00 2001 From: Mario Danic <mario@lovelyhq.com> Date: Tue, 24 Apr 2018 14:23:50 +0200 Subject: [PATCH] Change text color for author Signed-off-by: Mario Danic <mario@lovelyhq.com> --- app/src/main/res/layout/item_custom_incoming_text_message.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/item_custom_incoming_text_message.xml b/app/src/main/res/layout/item_custom_incoming_text_message.xml index 6adffbf83..18fef5bce 100644 --- a/app/src/main/res/layout/item_custom_incoming_text_message.xml +++ b/app/src/main/res/layout/item_custom_incoming_text_message.xml @@ -52,7 +52,7 @@ android:id="@+id/messageAuthor" android:layout_width="match_parent" android:layout_height="wrap_content" - android:textColor="@color/colorPrimaryDark" + android:textColor="@color/colorPrimary" android:textSize="12sp" app:layout_alignSelf="flex_start"/>