summaryrefslogtreecommitdiff
path: root/platform/android/java/app/res/values/themes.xml
blob: 26912538d3f5e87a20cdd83eaf56475c48fa9e0e (plain)
1
2
3
4
5
6
7
8
9
<?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>