Fix background colors #339

This commit is contained in:
Koitharu
2023-04-12 09:17:15 +03:00
parent 8718b8781d
commit cfd39e615a
5 changed files with 54 additions and 35 deletions

View File

@@ -1,5 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Base.V31.Kotatsu" parent="Base.V27.Kotatsu">
<item name="android:windowSplashScreenAnimatedIcon">@drawable/avd_splash</item>
<item name="android:windowSplashScreenAnimationDuration">800</item>
</style>
<style name="Theme.Kotatsu" parent="Base.V31.Kotatsu" />
<!-- From ThemeOverlay.Material3.DynamicColors.Light -->
<style name="Theme.Kotatsu.Monet">
<item name="isMaterial3DynamicColorApplied">true</item>
@@ -53,11 +61,4 @@
<item name="android:panelColorBackground">@color/m3_sys_color_dynamic_light_inverse_primary</item>
</style>
<style name="Base.V31.Kotatsu" parent="Base.V27.Kotatsu">
<item name="android:windowSplashScreenAnimatedIcon">@drawable/avd_splash</item>
<item name="android:windowSplashScreenAnimationDuration">800</item>
</style>
<style name="Theme.Kotatsu" parent="Base.V31.Kotatsu" />
</resources>