app啓動白屏

能夠在啓動頁面上加上 (其實只不過是屏蔽 白屏,沒有根本解決延時的問題)android

這個透明 app

 

<style name="AppSplash" parent="android:Theme">
    <item name="android:windowIsTranslucent">true</item>
    <item name="android:windowNoTitle">true</item>
</style>

這個背景.net

<style name="AppSplash" parent="android:Theme">
    <item name="android:windowBackground">@mipmap/appstart</item>
    <item name="android:windowNoTitle">true</item>
</style>

Android:theme="@style/AppSplash"ip

相關文章
相關標籤/搜索