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
For Android 5 (lollipop) you will have to use android:actionBarPopupTheme to set the textColor for the overflow menu.