mirror of
https://github.com/accelforce/Yuito
synced 2025-01-03 11:30:29 +01:00
Use colorPrimary for the "edit" schedule icon (#3917)
The "edit" icon when showing a scheduled status' time was grey, so it's not obvious that this section is clickable. Use colorPrimary, so it looks more like a button.
This commit is contained in:
parent
2e6ddbcbee
commit
d5e2ce9608
@ -23,7 +23,7 @@
|
|||||||
android:paddingBottom="16dp"
|
android:paddingBottom="16dp"
|
||||||
android:textColor="?android:textColorTertiary"
|
android:textColor="?android:textColorTertiary"
|
||||||
android:textSize="?attr/status_text_medium"
|
android:textSize="?attr/status_text_medium"
|
||||||
app:drawableTint="?android:attr/textColorTertiary"
|
app:drawableTint="?attr/colorPrimary"
|
||||||
app:layout_constraintBottom_toTopOf="@id/invalidScheduleWarning"
|
app:layout_constraintBottom_toTopOf="@id/invalidScheduleWarning"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintHorizontal_bias="1"
|
app:layout_constraintHorizontal_bias="1"
|
||||||
|
Loading…
Reference in New Issue
Block a user