Ported: Only use Android fullscreen theme for splash screen - madmiraal

caaaef68b4
This commit is contained in:
Relintai 2022-07-28 13:24:22 +02:00
parent 73d95ac5e9
commit 5a72ab5669

View File

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<resources> <resources>
<style name="PandemoniumAppMainTheme" parent="@android:style/Theme.Black.NoTitleBar.Fullscreen"/> <style name="PandemoniumAppMainTheme" parent="@android:style/Theme.Black.NoTitleBar"/>
<style name="PandemoniumAppSplashTheme" parent="@style/PandemoniumAppMainTheme"> <style name="PandemoniumAppSplashTheme" parent="@android:style/Theme.Black.NoTitleBar.Fullscreen">
<item name="android:windowBackground">@drawable/splash_drawable</item> <item name="android:windowBackground">@drawable/splash_drawable</item>
<item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item> <item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item>
</style> </style>