16 lines
798 B
XML
Executable File
16 lines
798 B
XML
Executable File
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<style name="LaunchTheme" parent="Theme.MaterialComponents.DayNight.NoActionBar">
|
|
<item name="android:forceDarkAllowed">false</item>
|
|
<item name="android:windowFullscreen">false</item>
|
|
<item name="android:windowDrawsSystemBarBackgrounds">false</item>
|
|
<item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item>
|
|
|
|
<item name="android:windowSplashScreenBackground">@drawable/launch_background</item>
|
|
<item name="android:windowSplashScreenAnimatedIcon">@drawable/android12splash</item>
|
|
</style>
|
|
|
|
<style name="NormalTheme" parent="Theme.MaterialComponents.DayNight.NoActionBar">
|
|
<item name="android:windowBackground">?android:colorBackground</item>
|
|
</style>
|
|
</resources> |