11 lines
665 B
XML
11 lines
665 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources xmlns:tools="http://schemas.android.com/tools">
|
|
<style name="NormalTheme" parent="Theme.AppCompat.Light.NoActionBar">
|
|
<item name="android:windowBackground">@color/window_background_day</item>
|
|
<item name="android:windowSplashScreenBackground" tools:targetApi="s">@color/window_background_day</item>
|
|
<item name="android:windowSplashScreenAnimatedIcon" tools:targetApi="s">@mipmap/ic_launcher</item>
|
|
|
|
<!-- API28+, draws next to the notch in fullscreen -->
|
|
<item name="android:windowLayoutInDisplayCutoutMode" tools:targetApi="28">shortEdges</item>
|
|
</style>
|
|
</resources>
|