按照官网给的更改action bar设置,在低版本中没办法改变v7 actionbar的背景颜色
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar"> <item name="colorPrimary">@color/main_red</item> </style>在AppTheme中 加入colorPrimary属性,就可以正常改变actionbar背景颜色
本文介绍了如何通过在AppTheme中加入colorPrimary属性来解决低版本设备上无法改变v7 actionbar背景颜色的问题,提供了一个实用的解决方法。
按照官网给的更改action bar设置,在低版本中没办法改变v7 actionbar的背景颜色
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar"> <item name="colorPrimary">@color/main_red</item> </style>在AppTheme中 加入colorPrimary属性,就可以正常改变actionbar背景颜色

被折叠的 条评论
为什么被折叠?
