From d5e2ce96082cb9d55aedda9ab166858572f5bb33 Mon Sep 17 00:00:00 2001 From: Nik Clayton Date: Fri, 4 Aug 2023 13:37:31 +0200 Subject: [PATCH] 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. --- app/src/main/res/layout/view_compose_schedule.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/view_compose_schedule.xml b/app/src/main/res/layout/view_compose_schedule.xml index 7ae003c47..eeddfd2ab 100644 --- a/app/src/main/res/layout/view_compose_schedule.xml +++ b/app/src/main/res/layout/view_compose_schedule.xml @@ -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" /> - \ No newline at end of file +