2020-08-20 00:38:50 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
|
|
|
|
2022-05-27 16:16:06 +02:00
|
|
|
<style name="GodotAppMainTheme" parent="@android:style/Theme.Black.NoTitleBar"/>
|
2020-08-20 00:38:50 +02:00
|
|
|
|
2024-06-10 02:02:03 +02:00
|
|
|
<style name="GodotAppSplashTheme" parent="Theme.SplashScreen">
|
|
|
|
<!-- Set the splash screen background, animated icon, and animation
|
|
|
|
duration. -->
|
|
|
|
<item name="android:windowSplashScreenBackground">@mipmap/icon_background</item>
|
|
|
|
|
|
|
|
<!-- Use windowSplashScreenAnimatedIcon to add a drawable or an animated
|
|
|
|
drawable. One of these is required. -->
|
|
|
|
<item name="windowSplashScreenAnimatedIcon">@mipmap/icon_foreground</item>
|
|
|
|
|
|
|
|
<!-- Set the theme of the Activity that directly follows your splash
|
|
|
|
screen. This is required. -->
|
|
|
|
<item name="postSplashScreenTheme">@style/GodotAppMainTheme</item>
|
2020-08-20 00:38:50 +02:00
|
|
|
</style>
|
|
|
|
</resources>
|