mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-21 13:47:04 +00:00
Highlight flag
This commit is contained in:
parent
721cc115f5
commit
47f768b236
2 changed files with 2 additions and 0 deletions
|
@ -54,6 +54,7 @@
|
|||
android:layout_height="21dp"
|
||||
android:layout_marginStart="6dp"
|
||||
android:src="@drawable/baseline_star_24"
|
||||
android:tint="?attr/colorUnread"
|
||||
android:visibility="visible"
|
||||
app:layout_constraintBottom_toBottomOf="@id/tvFrom"
|
||||
app:layout_constraintStart_toEndOf="@id/paddingStart"
|
||||
|
|
|
@ -52,6 +52,7 @@
|
|||
android:layout_height="21dp"
|
||||
android:layout_marginStart="6dp"
|
||||
android:src="@drawable/baseline_star_24"
|
||||
android:tint="?attr/colorUnread"
|
||||
android:visibility="visible"
|
||||
app:layout_constraintBottom_toBottomOf="@id/tvFrom"
|
||||
app:layout_constraintStart_toEndOf="@id/paddingStart"
|
||||
|
|
Loading…
Reference in a new issue