linphone-android/app/src/main/res/values-night-v31/themes.xml
2024-07-15 16:10:43 +02:00

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>