From cfc19df738f9f9b65d73c5144cc129552037c4fd Mon Sep 17 00:00:00 2001 From: Lucas Dupin Date: Mon, 20 Aug 2018 16:34:50 -0700 Subject: [PATCH] Use theme attribute instead of named colors Test: visual Change-Id: I442c5338f073b99135b39b7905579ae79af4ef22 Fixes: 112644692 --- packages/SystemUI/res/layout/notification_snooze.xml | 4 ++-- packages/SystemUI/res/layout/notification_snooze_option.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/SystemUI/res/layout/notification_snooze.xml b/packages/SystemUI/res/layout/notification_snooze.xml index fae759a7a49e6..ffe2eee804475 100644 --- a/packages/SystemUI/res/layout/notification_snooze.xml +++ b/packages/SystemUI/res/layout/notification_snooze.xml @@ -22,7 +22,7 @@ android:orientation="vertical" android:clickable="true" android:background="@color/notification_guts_bg_color" - android:theme="@*android:style/Theme.DeviceDefault.Light"> + android:theme="@style/Theme.SystemUI"> \ No newline at end of file + android:textColor="?android:attr/textColorSecondary"/> \ No newline at end of file