All Questions
Tagged with android-splashscreen android-bottomnavigationview
2 questions
0
votes
1
answer
1k
views
Android 12 Splash Screen Exit Animation adds extra space at the bottom of the screen below the BottomNavigationView
When the exit animation of the Android 12 Splash Screen ends it adds some extra space below the BottomNavigationView as shown in the screenshots below
While the Splash Screen's exit animation is ...
1
vote
2
answers
1k
views
Android BottomNavigationView with Splash Screen Back Stack Issue
So I setup my BottomNavigationView (like here) using Navigation Component library and everything works fine, every tab can keep their back stacks. However, if I add a Splash screen (Fragment) and:
...