10 lines
464 B
XML
10 lines
464 B
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<resources>
|
||
|
|
<!-- Compose drives all real theming (see theme/Theme.kt); this is only the
|
||
|
|
pre-Compose window background shown while the activity inflates. -->
|
||
|
|
<style name="Theme.GuideCity" parent="android:Theme.Material.NoActionBar">
|
||
|
|
<item name="android:windowBackground">@color/catppuccin_base</item>
|
||
|
|
<item name="android:statusBarColor">@color/catppuccin_base</item>
|
||
|
|
</style>
|
||
|
|
</resources>
|