Show ImageView partly behind transparent ActionBar

前端 未结 4 1120
暖寄归人
暖寄归人 2020-12-02 12:45

The Google Maps application has a transparent ActionBar, through which the map is visible.

\"enter

4条回答
  •  爱一瞬间的悲伤
    2020-12-02 13:05

    If someone needs the transparent bar but only for certain activities while using a solid one in the rest of them, it might be worth creating two different styles and using the manifest to get control over it:

    
    
    
    
    
    
    

    and then in your AndroidManifest.xml you can either use one of them as default and the other one for some specific activities by doing something like:

    
        ...
        
        
        
        
    

    ...

提交回复
热议问题