How to change the Action bar tab text color

后端 未结 2 1314
渐次进展
渐次进展 2020-12-12 01:07

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:

2条回答
  •  -上瘾入骨i
    2020-12-12 02:05

    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

提交回复
热议问题