themes.xml 385 B

12345678910
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources>
  3. <style name="GodotAppMainTheme" parent="@android:style/Theme.Black.NoTitleBar.Fullscreen"/>
  4. <style name="GodotAppSplashTheme" parent="@style/GodotAppMainTheme">
  5. <item name="android:windowBackground">@drawable/splash_drawable</item>
  6. <item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item>
  7. </style>
  8. </resources>