SUW: update theming for 12

Change-Id: I9ae3849f0cba92018a6f2b436a429f595ba307a6
This commit is contained in:
Timi Rautamäki
2021-10-11 15:31:04 +00:00
committed by Bruno Martins
parent 7ad9eea889
commit fead20a238
2 changed files with 21 additions and 1 deletions

20
res/values-v31/colors.xml Normal file
View File

@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2021 The LineageOS Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- Partner customization -->
<color name="sud_dynamic_color_accent_glif_v3_light">@color/accent</color>
</resources>

View File

@@ -16,7 +16,7 @@
limitations under the License. limitations under the License.
--> -->
<resources> <resources>
<style name="Theme.Setup" parent="@style/SudThemeGlifV3.Light" /> <style name="Theme.Setup" parent="@style/SudDynamicColorThemeGlifV3.Light" />
<style name="SpinnerItem"> <style name="SpinnerItem">
<item name="android:textSize">15sp</item> <item name="android:textSize">15sp</item>