Fixed
Status Update
Comments
al...@google.com <al...@google.com>
ca...@google.com <ca...@google.com> #2
You should use
If that still happens, can you please share a video and if possible a snippet of code or sample app to help reproduce the issue?
ki...@gmail.com <ki...@gmail.com> #3
Still happens with setDecorFitsSystemWindows. Sample project attached.
ki...@gmail.com <ki...@gmail.com> #4
And a video.
ca...@google.com <ca...@google.com> #5
Can you use a theme that inherit from a Theme.*.NoActionBar
?
When an OnExitAnimationListener is used, the splash screen view is copied into the application and uses the postSplashScreenTheme.
ki...@gmail.com <ki...@gmail.com> #6
Same behavior.
Description
Component used: core-splashscreen Version used: 1.0.0-alpha01 Devices/Android versions reproduced on: API < 31
adjustInsets
cause icon jump between real and fake splashscreen on older APIs when application usesView.SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN
orView.SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN | View.SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION | View.SYSTEM_UI_FLAG_LAYOUT_STABLE
.