Android transparent overlay toolbar

前端 未结 8 2061
[愿得一人]
[愿得一人] 2020-12-08 07:57

I created a ToolBar which I set as my ActionBar and I have it transparent, my question is I want it to overlay the rest of the content, right now i

8条回答
  •  轮回少年
    2020-12-08 08:56

    You can use CoordinatorLayout as below

    
    
    
    
        
    
        
    
    
    
    

    Where frameLayout is for used fragments.

提交回复
热议问题