直接用style设置启动页窗口背景
<style name="LaunchTheme" parent="@android:style/Theme.Light.NoTitleBar.Fullscreen">
<item name="android:windowBackground">@mipmap/bg_start</item>
<item name="android:windowFullscreen">true</item>
</style>
直接用style设置启动页窗口背景
<style name="LaunchTheme" parent="@android:style/Theme.Light.NoTitleBar.Fullscreen">
<item name="android:windowBackground">@mipmap/bg_start</item>
<item name="android:windowFullscreen">true</item>
</style>
本文标题:冷启动时白屏问题的解决方案
本文链接:https://www.haomeiwen.com/subject/rlswjctx.html
网友评论