mirror of
https://github.com/Relintai/codot.git
synced 2025-05-01 05:47:55 +02:00
11 lines
385 B
XML
11 lines
385 B
XML
<?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>
|
|
<item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item>
|
|
</style>
|
|
</resources>
|