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
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@
|
|||
android:paddingBottom="16dp"
|
||||
android:textColor="?android:textColorTertiary"
|
||||
android:textSize="?attr/status_text_medium"
|
||||
app:drawableTint="?android:attr/textColorTertiary"
|
||||
app:drawableTint="?attr/colorPrimary"
|
||||
app:layout_constraintBottom_toTopOf="@id/invalidScheduleWarning"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintHorizontal_bias="1"
|
||||
|
@ -47,4 +47,4 @@
|
|||
app:layout_constraintStart_toStartOf="parent"
|
||||
tools:text="@string/warning_scheduling_interval" />
|
||||
|
||||
</merge>
|
||||
</merge>
|
||||
|
|
Loading…
Reference in a new issue