From d62f7249f9e3222da95ecf6816601c408aac6be5 Mon Sep 17 00:00:00 2001 From: Lucas Dupin Date: Fri, 2 Apr 2021 18:18:48 -0700 Subject: [PATCH] Make QS always use dark theme colors The new dual tone style has QS always on a dark surface, so we should use dark theme colors regardless of being on light theme. Test: visual Bug: 183953523 Change-Id: I0337273c1821358c68afe4e4c83b2a7b03a1b82d --- packages/SystemUI/res/layout/quick_qs_status_icons.xml | 2 +- packages/SystemUI/res/values/styles.xml | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/packages/SystemUI/res/layout/quick_qs_status_icons.xml b/packages/SystemUI/res/layout/quick_qs_status_icons.xml index bbf69a939dcea..1f90476bb3479 100644 --- a/packages/SystemUI/res/layout/quick_qs_status_icons.xml +++ b/packages/SystemUI/res/layout/quick_qs_status_icons.xml @@ -24,7 +24,7 @@ android:minHeight="48dp" android:clickable="false" android:focusable="true" - android:theme="@style/QSHeaderTheme"> + android:theme="@style/Theme.SystemUI.QuickSettings.Header"> ?android:attr/textColorSecondary - -