<?xml version="1.0" encoding="utf-8"?>
<resources>

	<style name="PandemoniumAppMainTheme" parent="@android:style/Theme.Black.NoTitleBar.Fullscreen"/>

	<style name="PandemoniumAppSplashTheme" parent="@style/PandemoniumAppMainTheme">
		<item name="android:windowBackground">@drawable/splash_drawable</item>
		<item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item>
	</style>
</resources>