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