Files
lineageos_setupwizard/res/values-night/styles.xml
Alexander Koskovich 9eaa10c4a9 SUW: Support dark mode by default
Change-Id: Id176eb246c0b9b92456a39f295cc8251033ea987
2022-03-08 09:25:22 -07:00

16 lines
556 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 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>