Proper thread list title name color

Change-Id: I3e39db09a575190a62bd206dcd71b84db07305f6
This commit is contained in:
SpiritCroc 2022-03-02 16:41:42 +01:00
parent b26b3186ac
commit fa53abc91f
1 changed files with 1 additions and 1 deletions

View File

@ -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"