linphone-android/app/src/main/res/values-night-v33/themes.xml

12 lines
No EOL
611 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="AppSplashScreenTheme" parent="Theme.SplashScreen">
<item name="windowSplashScreenBackground">@color/background_color_alt_dark_mode</item>
<item name="windowSplashScreenAnimatedIcon">@drawable/linphone_splashscreen</item>
<item name="postSplashScreenTheme">@style/Theme.Linphone</item>
<item name="android:windowSplashScreenBrandingImage">
@drawable/linphone_splashscreen_branding
</item>
<item name="android:windowSplashScreenBehavior">icon_preferred</item>
</style>
</resources>