How to change the Action bar tab text color

后端 未结 2 1315
渐次进展
渐次进展 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条回答
  •  南方客
    南方客 (楼主)
    2020-12-12 01:58

    Declare this in your AppTheme:

    @style/tabtextcolor
    

    Then here is the style declaration:

    
    

提交回复
热议问题