Change status bar color with AppCompat ActionBarActivity

后端 未结 7 1630
一个人的身影
一个人的身影 2020-11-29 17:04

In one of my Activities, I changed the Toolbar color using Palette. But on 5.0 devices using ActionBarActivity the status bar color i

7条回答
  •  渐次进展
    2020-11-29 17:41

    I don't think the status bar color has been implemented in AppCompat yet. These are the attributes which are available:

        
        
        
    
        
        
    
        
        
    
        
        
    
        
        
    
        
        
    
        
        
    
        
        
    
        
        
    

    (From \sdk\extras\android\support\v7\appcompat\res\values\attrs.xml)

提交回复
热议问题