From 85dea862230fdbaa67a16aee3bea179935e7ebe3 Mon Sep 17 00:00:00 2001 From: Ioana Alexandru Date: Fri, 2 Feb 2024 17:11:39 +0100 Subject: Use textColorPrimary for snooze expand icon. This matches the color of the notification expand icon, and prevents this icon from not having enough contrast for a11y. Fix: 320200492 Test: check that the icon matches the text in both light and dark mode Flag: NONE Change-Id: I6ea9f54794b6dcb01b8048dbe7ad403c8f6d87ce --- packages/SystemUI/res/layout/notification_snooze.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/SystemUI/res/layout/notification_snooze.xml b/packages/SystemUI/res/layout/notification_snooze.xml index 6e541a7a5f32..ce09385eaf45 100644 --- a/packages/SystemUI/res/layout/notification_snooze.xml +++ b/packages/SystemUI/res/layout/notification_snooze.xml @@ -49,7 +49,7 @@ android:layout_centerVertical="true" android:paddingTop="1dp" android:importantForAccessibility="yes" - android:tint="#9E9E9E" /> + android:tint="?android:attr/textColorPrimary"/>