How do I prevent the status bar and navigation bar from animating during an activity scene animation transition?

There are two approaches you can use that I know of to prevent the navigation/status bar from animating during the transition: Approach #1: Exclude the status bar and navigation bar from the window’s default exit/enter fade transition The reason why the navigation/status bar are fading in and out during the transition is because by default … Read more