mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-27 10:17:18 +00:00
Secondary text color for date header
This commit is contained in:
parent
814969b289
commit
349d351164
1 changed files with 1 additions and 0 deletions
|
@ -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" />
|
||||
|
|
Loading…
Reference in a new issue