From 18ddc6525b1a8fd7ad9b241f4d4d896d55c19aaa Mon Sep 17 00:00:00 2001 From: menghanli Date: Fri, 1 Apr 2022 10:52:03 +0800 Subject: [PATCH] Remove dependency of SudGlifTheme from SettingsTheme Root cause: Inherit from the glif themes in setupdesign library Solution: Not inherit from the glif themes and set Setting theme before applying the dynamic color Bug: 225800660 Test: Manual testing Change-Id: Ic4d71bf7a754888c1ed1590c0483360d65f5da44 --- res/values/themes_suw.xml | 10 ++++++++++ .../AccessibilitySettingsForSetupWizardActivity.java | 8 ++------ .../android/settings/core/SettingsBaseActivity.java | 8 ++------ 3 files changed, 14 insertions(+), 12 deletions(-) diff --git a/res/values/themes_suw.xml b/res/values/themes_suw.xml index 129769f2b9e..1755d2a6776 100644 --- a/res/values/themes_suw.xml +++ b/res/values/themes_suw.xml @@ -244,6 +244,16 @@ @style/SetupWizardPreferenceFragmentStyle + + +