这是我的 style.xml 代码:
<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>
当我在我的listView
上放置一个setChoice时,操作栏会改变颜色并变为黑色,我希望它保持相同的颜色(colorPrimary),在哪里改变它?