mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-20 10:56:50 +01:00
11 lines
410 B
XML
11 lines
410 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
|
|
<style name="PandemoniumAppMainTheme" parent="@android:style/Theme.Black.NoTitleBar"/>
|
|
|
|
<style name="PandemoniumAppSplashTheme" parent="@android:style/Theme.Black.NoTitleBar.Fullscreen">
|
|
<item name="android:windowBackground">@drawable/splash_drawable</item>
|
|
<item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item>
|
|
</style>
|
|
</resources>
|