通過(guò)修改樣式來(lái)解決
<resources>
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<item name="android:windowBackground">@null</item>
<item name="android:windowDisablePreview">true</item>
</style>
</resources>
android:windowBackground設(shè)置啟動(dòng)是的窗口背景, 設(shè)置為null
android:windowDisablePreview設(shè)置為true, 關(guān)閉window加載時(shí)的圖片