virtualx-engine/platform/android/java/app/res/values/themes.xml
2020-08-19 16:16:37 -07:00

9 lines
312 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>
</style>
</resources>