|
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<style name="Theme.App" parent="Theme.Material3.DayNight">
|
|
<item name="colorPrimary">@color/colorPrimary</item>
|
|
<item name="android:windowBackground">@android:color/white</item>
|
|
</style>
|
|
</resources>
|