guideCity/android/app/src/main/res/values/themes.xml

10 lines
464 B
XML
Raw Normal View History

<?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>