how can I change the text color of the ActionBar? I\'ve inherited the Holo Light Theme, I\'m able to change the background of the ActionBar but I don\'t find out what is the
If you want to style the subtitle also then simply add this in your custom style.
@style/MyTheme.ActionBar.TitleTextStyle
People who are looking to get the same result for AppCompat library then this is what I used:
AppCompat