<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="http://schemas.android.com/tools">
    <color name="cdv_splashscreen_background">#1e3a8a</color>
    <color name="cdv_splashscreen_icon_background">#1e3a8a</color>
    <string name="activity_name">@string/launcher_name</string>
    <string name="app_name">ADEL</string>
    <string name="launcher_name">@string/app_name</string>
    <style name="Theme.App.SplashScreen" parent="Theme.SplashScreen.IconBackground">
        <item name="windowSplashScreenBackground">@color/cdv_splashscreen_background</item>
        <item name="windowSplashScreenAnimatedIcon">@drawable/ic_cdv_splashscreen</item>
        <item name="windowSplashScreenAnimationDuration">200</item>
        <item name="postSplashScreenTheme">@style/Theme.AppCompat.NoActionBar</item>
        <item name="android:windowOptOutEdgeToEdgeEnforcement" ns1:targetApi="35">true</item>
        <item name="windowSplashScreenIconBackgroundColor">@color/cdv_splashscreen_icon_background</item>
    </style>
</resources>