欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

解決Android啟動APP的一瞬間系統(tǒng)欄會變成藍色問題

 更新時間:2018年06月25日 14:26:01   作者:獄火蒼穹  
這篇文章主要介紹了解決Android啟動APP的一瞬間系統(tǒng)欄會變成藍色問題,非常不錯,具有一定的參考借鑒價值,需要的朋友可以參考下

系統(tǒng)欄已經(jīng)做過處理,但是在啟動APP時系統(tǒng)欄還是會有一瞬間是藍色的。解決起來很簡單,在res/values/style中,把下面代碼

<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
  <!-- Customize your theme here. -->
  <item name="colorPrimary">@color/colorPrimary</item>
  <item name="colorPrimaryDark">@color/colorPrimaryDark</item>
  <item name="colorAccent">@color/colorAccent</item>
</style>

中的@color/colorPrimaryDark

改成 @color/white

或者其他顏色都可以

總結(jié)

以上所述是小編給大家介紹的解決Android啟動APP的一瞬間系統(tǒng)欄會變成藍色問題,希望對大家有所幫助,如果大家有任何疑問請給我留言,小編會及時回復(fù)大家的。在此也非常感謝大家對腳本之家網(wǎng)站的支持!

相關(guān)文章

最新評論