Status Update
Comments
al...@google.com <al...@google.com>
pa...@outlook.com <pa...@outlook.com> #2
The splash screen is dismissed as soon as the app is drawn and doesn't wait for the animation to finish which might be the reason why the animation doesn't repeat.
At most, the icon will animate for the value set in windowSplashScreenAnimationDuration
.
If that's not the case, can you please share your theme values and icon file? or at least a reproduction sample?
Description
Component used: Splash Screen Compat
(core-splashscreen)
Version used:
1.0.0-alpha02
Devices/Android versions reproduced on: All
Afaik, the native Splash Screen on Android 12+ has a
android:windowSplashScreenBrandingImage
flag which supports showing a custom Branding Image at the bottom but this flag is not available on thecore-splashscreen
support library.Any plans to add this?