I need to change the Action bar tab text color.So far Action bar tab text color displayed in black.But I need to change it into white color.
Manifest:
Use this in our theme to set the actionbar text color:
- @style/ActionBar.CustomTitle
Sorry, this is for the case you are using AppCompat support library.
You could use the general:
Also, instead of Holo, you could try some other themes that match your current theme. You can also read more on the official documentation: https://developer.android.com/training/basics/actionbar/styling.html