How to change the text color in Android Action bar

后端 未结 5 977
迷失自我
迷失自我 2021-01-23 00:04

Hello I need help on changing the text color of the action Bar the following is my style.xml.I need to change the text color to white including the settings icon.



        
5条回答
  •  时光说笑
    2021-01-23 00:32

    In your .axml put a RelativeLayout to add the actionbar. In here add a TextView with the property android:textColor="#FFFFFF". (#FFFFFF is white). As such:

    
        
    
    

提交回复
热议问题