我尝试在我的应用中实现状态栏颜色和导航栏颜色,如此处所示
<style name="AppBaseTheme" parent="Theme.AppCompat.Light">
<item name="colorPrimary">@color/status_bar</item>
<item name="colorPrimaryDark">@color/status_bar</item>
<item name="colorAccent">@color/status_bar</item>
</style>
但状态栏的颜色仍为黑色。任何人都可以告诉我为什么状态栏颜色没有变化。提前致谢
答案 0 :(得分:1)
我认为状态栏颜色尚未在AppCompat中实现。我遇到了确切的问题,经过几天的在线研究后,我得出了这个结论并转回SystemBarTint lib(https://github.com/jgilfelt/SystemBarTint)以更改状态栏颜色。