Secondary text color for date header

This commit is contained in:
M66B 2022-01-02 20:47:24 +01:00
parent 814969b289
commit 349d351164
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@
android:padding="6dp"
android:text="Today"
android:textAppearance="@style/TextAppearance.AppCompat.Small"
android:textColor="?android:attr/textColorSecondary"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/tvCategory" />