Android Navigation view: Scroll the menu items only issue

后端 未结 6 995
终归单人心
终归单人心 2020-12-17 00:46

I want to scroll only the menu items of the navigation view but it also scroll the header with it. Please any body tell me how to achieve this... Here is my code:

6条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-17 01:12

    You should be able to place your header outside of the NavigationView, like so:

    
    
        
            
            
    
                
            
    
            
            
        
    
    

    Note: I've added a FrameLayout to encapsulate everything in a single view for the DrawerLayout, adjusted the NavigationView's height to automatically use the available space below your header, and have removed the headerLayout attribute.

提交回复
热议问题