我正在使用不同 Android 版本(=<11)的不同设备上测试启动画面,一切正常,但品牌形象未出现。
根据文档,品牌形象仅在 Android 12+ 上受支持。
有什么解决方法吗?我真的需要支持旧版本。
<style name="BootTheme" parent="Theme.SplashScreen">
<item name="windowSplashScreenBackground">@color/bootsplash_background</item>
<item name="windowSplashScreenAnimatedIcon">@mipmap/bootsplash_logo</item>
<item name="android:windowSplashScreenBrandingImage">@drawable/brand_logo</item> <!-- Don't work -->
<item name="postSplashScreenTheme">@style/AppTheme</item>
</style>
使用react-native-bootsplash (react-native)