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

解決Android啟動(dòng)APP的一瞬間系統(tǒng)欄會(huì)變成藍(lán)色問(wèn)題

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

系統(tǒng)欄已經(jīng)做過(guò)處理,但是在啟動(dòng)APP時(shí)系統(tǒng)欄還是會(huì)有一瞬間是藍(lán)色的。解決起來(lái)很簡(jiǎn)單,在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啟動(dòng)APP的一瞬間系統(tǒng)欄會(huì)變成藍(lán)色問(wèn)題,希望對(duì)大家有所幫助,如果大家有任何疑問(wèn)請(qǐng)給我留言,小編會(huì)及時(shí)回復(fù)大家的。在此也非常感謝大家對(duì)腳本之家網(wǎng)站的支持!

相關(guān)文章

最新評(píng)論