summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Ioana Alexandru <aioana@google.com> 2024-02-02 17:11:39 +0100
committer Ioana Alexandru <aioana@google.com> 2024-02-02 17:11:39 +0100
commit85dea862230fdbaa67a16aee3bea179935e7ebe3 (patch)
tree1319afc59eb01d77d8bb3df71b900eec29acc554
parent7a92cfa37d409fd1b452374a00073766cb5b0443 (diff)
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
-rw-r--r--packages/SystemUI/res/layout/notification_snooze.xml2
1 files changed, 1 insertions, 1 deletions
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"/>
<TextView
android:id="@+id/undo"