virtualx-engine/platform/android/java/app/res/values/themes.xml

10 lines
312 B
XML
Raw Normal View History

2020-08-20 00:38:50 +02:00
<?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>