mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-04-22 05:48:32 +00:00
12 lines
No EOL
611 B
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> |