From fa53abc91facaa65946d63bf97d03d2af8b46ef9 Mon Sep 17 00:00:00 2001 From: SpiritCroc Date: Wed, 2 Mar 2022 16:41:42 +0100 Subject: [PATCH] Proper thread list title name color Change-Id: I3e39db09a575190a62bd206dcd71b84db07305f6 --- vector/src/main/res/layout/item_thread.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vector/src/main/res/layout/item_thread.xml b/vector/src/main/res/layout/item_thread.xml index 496805ad6e..a282c05c91 100644 --- a/vector/src/main/res/layout/item_thread.xml +++ b/vector/src/main/res/layout/item_thread.xml @@ -31,7 +31,7 @@ android:layout_marginEnd="8dp" android:ellipsize="end" android:maxLines="1" - android:textColor="@color/element_name_04" + android:textColor="?colorAccent" android:textStyle="bold" app:layout_constraintEnd_toStartOf="@id/threadSummaryDateTextView" app:layout_constraintStart_toEndOf="@id/threadSummaryAvatarImageView"