activity-transition

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

独自空忆成欢 提交于 2019-11-26 03:47:13
问题 Firstly, my status bar background is set to dark brown, and my navigation bar background is default black. I\'m using the Material light theme. I\'m starting a new activity using ActivityOptions.makeSceneTransitionAnimation with default transitions, and I notice that both the status and navigation bars briefly fade to white and then back to the correct colors. According to the documentation: To get the full effect of a transition, you must enable window content transitions on both the calling