The text color on my ActionBar and the color of default 3 dot menu have changed to black when i migrated my project from eclipse to android studio, i didn't even touch the colors. this could be because of the support library version. anyway how do i change it to white again (not being racist)?
<!-- 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. -->