android: Create layout which collapse on scrolling

前端 未结 3 1959
旧巷少年郎
旧巷少年郎 2021-01-02 11:37

I need a layout(view1) which on scrolling listview gets collapsed, so that listview have full screen height? \"Like

3条回答
  •  [愿得一人]
    2021-01-02 12:18

    Use collapsing Toolbar layout for your requirment.

    
    
            
    
            
    
            
    
        
    

    refer this link for help Design support library

提交回复
热议问题