Change Action Bar Title color

后端 未结 8 1723
南笙
南笙 2020-12-04 21:57

My code is as below and while it works ( when I change the parent Theme to Theme.Sherlock or Theme.Sherlock.Light the Theme it does changes) it does not changes the Title co

8条回答
  •  再見小時候
    2020-12-04 22:46

    in your style.xml in values folder this will change your action bar color.. Replace #666666 with your selected color code for title background color and replace #000000 for your title text color.

    
    
    
    
    

    then dont forget to edit your manifest file -> android:theme="@style/NewTheme"

        
        
            
                
    
                
            
        
    
    
    

提交回复
热议问题