2020-08-20 00:38:50 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
|
|
|
|
|
|
|
<style name="GodotAppMainTheme" parent="@android:style/Theme.Black.NoTitleBar.Fullscreen"/>
|
|
|
|
|
|
|
|
<style name="GodotAppSplashTheme" parent="@style/GodotAppMainTheme">
|
|
|
|
<item name="android:windowBackground">@drawable/splash_drawable</item>
|
2020-10-26 20:07:54 +01:00
|
|
|
<item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item>
|
2020-08-20 00:38:50 +02:00
|
|
|
</style>
|
|
|
|
</resources>
|