You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
419 B
XML
14 lines
419 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
|
|
<style name="ThemeOverlay.Kotatsu" parent="ThemeOverlay.Material3.Dark">
|
|
<item name="android:navigationBarColor">@android:color/transparent</item>
|
|
</style>
|
|
|
|
<style name="ThemeOverlay.Kotatsu.Amoled" parent="">
|
|
<item name="colorSurface">@color/surface_amoled</item>
|
|
<item name="android:colorBackground">@color/background_amoled</item>
|
|
</style>
|
|
|
|
</resources>
|