在styles.xml中检查SplashScreenTheme主题是否存在,并确保将其设置为默认主题:
- @drawable/ic_launcher
- @color/background_splash
- @mipmap/ic_launcher
- @mipmap/ic_launcher
- @mipmap/ic_launcher
- @android:anim/fade_out
在Manifest文件中,确保您在MainActivity标志下设置了主题。如果没有设置主题,则设置如下主题:
android:theme="@style/AppTheme"
如果您使用的是BottomNavigationView,则请将以下代码添加到styles.xml文件中的SplashScreenTheme主题中。
- YOUR_COLOR
这些更改可以帮助您解决Android 12欢迎界面退出动画在BottomNavigationView下方添加额外空白空间的问题。