10 lines
399 B
XML
10 lines
399 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
|
|
<style name="Theme.App.Starting" parent="Theme.SplashScreen">
|
|
<item name="windowSplashScreenBackground">@color/secondaryContainer</item>
|
|
<item name="windowSplashScreenAnimatedIcon">@drawable/coop</item>
|
|
<item name="postSplashScreenTheme">@android:style/Theme.Material.Light.NoActionBar</item>
|
|
</style>
|
|
</resources>
|