2020-08-19 15:38:50 -07: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-19 15:38:50 -07:00
|
|
|
|
2022-05-27 16:16:06 +02:00
|
|
|
<style name="GodotAppSplashTheme" parent="@android:style/Theme.Black.NoTitleBar.Fullscreen">
|
2020-08-19 15:38:50 -07:00
|
|
|
<item name="android:windowBackground">@drawable/splash_drawable</item>
|
2020-10-26 15:07:54 -04:00
|
|
|
<item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item>
|
2020-08-19 15:38:50 -07:00
|
|
|
</style>
|
|
|
|
</resources>
|