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
|
|
|
|
2022-05-27 16:16:06 +02:00
|
|
|
<style name="GodotAppSplashTheme" parent="@android:style/Theme.Black.NoTitleBar.Fullscreen">
|
2020-08-20 00:38:50 +02:00
|
|
|
<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>
|