Updated splash screen to unify design of different android versions

This commit is contained in:
2024-03-09 22:19:14 +01:00
parent 3f779072e3
commit faf37ff19f
35 changed files with 328 additions and 186 deletions

View File

@ -7,6 +7,7 @@
<item name="android:windowBackground">@drawable/launch_background</item>
<item name="android:forceDarkAllowed">false</item>
<item name="android:windowFullscreen">false</item>
<item name="android:windowDrawsSystemBarBackgrounds">false</item>
<item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item>
</style>
<!-- Theme applied to the Android Window as soon as the process has started.