mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-24 12:47:12 +01:00
Ported: Only use Android fullscreen theme for splash screen - madmiraal
caaaef68b4
This commit is contained in:
parent
73d95ac5e9
commit
5a72ab5669
@ -1,9 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<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:windowLayoutInDisplayCutoutMode">shortEdges</item>
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user