当我将项目从eclipse迁移到android studio时,我的ActionBar上的文本颜色和默认3点菜单的颜色已更改为黑色,我甚至没有触摸颜色。这可能是因为支持库版本。无论如何我怎么把它变成白色(不是种族主义者)?
<!-- Application theme. -->
<style name="red" parent="AppBaseTheme">
<!-- All customizations that are NOT specific to a particular API-level can go here.
-->
<item name="colorPrimary">@color/red</item>
</style>
<!-- Application theme. -->