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
Try a lot of methods, in the low version of the API,a feasible method is @color/your_color and don't use the Android namespace,hope can help you
@color/your_color
ps: