How to change color of ActionBar's Title Text on Android 4.3 api 18
问题 I am using appcompat v7 library to support action bars in api level 8 and up. I am trying to change the color of title text of action bar. Color of title text is changing in GingerBread but when I run the app on my phone with JellyBean the color doesn't change. On GingerBread Title Color changes to Red: On JellyBean it remains black: Here are my styles.xml: styles.xml: <resources> <style name="AppBaseTheme" parent="@style/Theme.AppCompat.Light"> <item name="actionBarStyle">@style