I have an app with an action bar that looks like this:

I would like the text of the menu action buttons “Home” and “Logout” to be white as well. How can I change their text color?
Let me know if you want to see any code.
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As i perceive it this is a simple attribute called
android:actionMenuTextColor.To use it properly you should create your own styles, like this:
And then set @color/actionBarText to the color of your choice. You can also define other values here like for instance background color.