Path: blob/master/platform/android/java/app/res/values/themes.xml
10286 views
<?xml version="1.0" encoding="utf-8"?>1<resources>2<!-- GodotAppMainTheme is auto-generated during export. Manual changes will be overwritten.3To add custom attributes, use the "gradle_build/custom_theme_attributes" Android export option. -->4<style name="GodotAppMainTheme" parent="@android:style/Theme.DeviceDefault.NoActionBar">5<item name="android:windowSwipeToDismiss">false</item>6<item name="android:windowIsTranslucent">false</item>7</style>89<!-- GodotAppSplashTheme is auto-generated during export. Manual changes will be overwritten.10To add custom attributes, use the "gradle_build/custom_theme_attributes" Android export option. -->11<style name="GodotAppSplashTheme" parent="Theme.SplashScreen">12<item name="android:windowSplashScreenBackground">@mipmap/icon_background</item>13<item name="windowSplashScreenAnimatedIcon">@mipmap/icon_foreground</item>14<item name="postSplashScreenTheme">@style/GodotAppMainTheme</item>15<item name="android:windowIsTranslucent">false</item>16</style>17</resources>181920