Browse Source

Change text color for author

Signed-off-by: Mario Danic <mario@lovelyhq.com>
Mario Danic 7 years ago
parent
commit
d628a30576
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/src/main/res/layout/item_custom_incoming_text_message.xml

+ 1 - 1
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"/>