How can I change the text color from the ActionBar
in Android Lollipop to white from black ?
This is my current styling.
<style name="AppCustomTheme" parent="@style/Theme.AppCompat.Light">
<!-- colorPrimary is used for the default action bar background -->
<item name="colorPrimary">@color/orange_bar</item>
</style>
Use @style/Theme.AppCompat.Light.DarkActionBar
to swap the coloring of text and many other attributes to better fit with a darker colored Action Bar.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With