CoordinatorLayout with RecyclerView And Collapsing header

后端 未结 2 685
南方客
南方客 2020-12-22 20:28

I have a layout like the following:

(Toolbar, Header View, Text View, RecyclerView)

I need the header to be collapsed when I scrolling recyclerview\

2条回答
  •  情歌与酒
    2020-12-22 20:49

    The below code is working but not smooth scroll compare reqular recyclerview I thought.

    
    
    
    
        
    
            
    
                
    
                
    
                    
    
                    
                
            
    
    
        
        
        
    
    
    
    

提交回复
热议问题