Eternity (placeholder?) "branding" on splash screen

This commit is contained in:
Balazs Toldi
2023-11-05 12:22:54 +01:00
parent 4397e09016
commit 343484aff2
7 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
<style name="AppTheme.Launcher" parent="Theme.SplashScreen">
<item name="windowSplashScreenBackground">#000000</item>
<item name="windowSplashScreenAnimatedIcon">@mipmap/ic_launcher_round</item>
<item name="android:windowSplashScreenBrandingImage">@drawable/splash_branding</item>
<item name="android:windowSplashScreenBrandingImage">@drawable/branding</item>
<item name="postSplashScreenTheme">@style/AppTheme.NoActionBarWithTransparentStatusBar
</item>
<item name="android:statusBarColor">#000000</item>