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
No known key found for this signature in database
GPG Key ID: 6C7D440036F99D58
7 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 116 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 165 KiB

View File

@ -13,7 +13,7 @@
<item android:bottom="100dp">
<bitmap
android:gravity="bottom"
android:src="@drawable/splash_branding" />
android:src="@drawable/branding" />
</item>
</layer-list>

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>