2020-08-19 15:38:50 -07:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
2025-05-22 22:52:14 +05:30
|
|
|
<!-- GodotAppMainTheme is auto-generated during export. Manual changes will be overwritten.
|
|
|
|
To add custom attributes, use the "gradle_build/custom_theme_attributes" Android export option. -->
|
2024-11-06 16:35:24 +05:30
|
|
|
<style name="GodotAppMainTheme" parent="@android:style/Theme.DeviceDefault.NoActionBar">
|
2024-12-19 16:02:29 +05:30
|
|
|
<item name="android:windowDrawsSystemBarBackgrounds">false</item>
|
|
|
|
<item name="android:windowSwipeToDismiss">false</item>
|
2025-05-21 21:57:09 -07:00
|
|
|
<item name="android:windowIsTranslucent">false</item>
|
2024-11-06 16:35:24 +05:30
|
|
|
</style>
|
2020-08-19 15:38:50 -07:00
|
|
|
|
2025-05-22 22:52:14 +05:30
|
|
|
<!-- GodotAppSplashTheme is auto-generated during export. Manual changes will be overwritten.
|
|
|
|
To add custom attributes, use the "gradle_build/custom_theme_attributes" Android export option. -->
|
2024-06-09 17:02:03 -07:00
|
|
|
<style name="GodotAppSplashTheme" parent="Theme.SplashScreen">
|
|
|
|
<item name="android:windowSplashScreenBackground">@mipmap/icon_background</item>
|
|
|
|
<item name="windowSplashScreenAnimatedIcon">@mipmap/icon_foreground</item>
|
|
|
|
<item name="postSplashScreenTheme">@style/GodotAppMainTheme</item>
|
2025-05-21 21:57:09 -07:00
|
|
|
<item name="android:windowIsTranslucent">false</item>
|
2020-08-19 15:38:50 -07:00
|
|
|
</style>
|
|
|
|
</resources>
|