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"