mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-04-19 07:48:28 +00:00
10 lines
No EOL
469 B
XML
10 lines
No EOL
469 B
XML
<resources>
|
|
<style name="AppSplashScreenTheme" parent="Theme.SplashScreen">
|
|
<item name="windowSplashScreenBackground">@color/black</item>
|
|
<item name="windowSplashScreenAnimatedIcon">@drawable/linphone_splashscreen</item>
|
|
<item name="postSplashScreenTheme">@style/Theme.Linphone</item>
|
|
<item name="android:windowSplashScreenBrandingImage">
|
|
@drawable/linphone_splashscreen_branding
|
|
</item>
|
|
</style>
|
|
</resources> |