* Ignored all the strings.xml since they are auto-synced Change-Id: I5d9e7aa5ae7b0079f792450f7e6dbf83216ebac4
16 lines
566 B
XML
16 lines
566 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
SPDX-FileCopyrightText: 2022 The LineageOS Project
|
|
SPDX-License-Identifier: Apache-2.0
|
|
-->
|
|
<resources>
|
|
<style name="Theme.Setup" parent="@style/SudDynamicColorThemeGlifV3">
|
|
<!-- This is present in SudFullDynamicColorThemeGlifV3 but we
|
|
don't want grey as our primary color, to match GMS SUW. -->
|
|
<item name="sucFullDynamicColor">true</item>
|
|
|
|
<item name="sucUsePartnerResource">true</item>
|
|
<item name="sudUsePartnerHeavyTheme">true</item>
|
|
</style>
|
|
</resources>
|