Collapsing Toolbar and DrawerLayout

前端 未结 1 1921
栀梦
栀梦 2020-12-30 17:21

I created a layout with parallax effect which I use in a fragment.



        
1条回答
  •  长发绾君心
    2020-12-30 18:19

    Use this structure

    activity_main.xml (Main file)

    
    
    
    
        
    
        
    
    
    

    app_bar_main.xml (NavigationBar layout)

    
    
    
        
    
            
    
                
            
        
    
        
    
        
    
    
    

    content_main.xml

    
    
    
        
    
    

    0 讨论(0)
提交回复
热议问题