Fixed navigation header in navigation drawer while scrolling through items

前端 未结 5 1646
傲寒
傲寒 2021-01-15 14:37

CURRENT STATE: NavigationDrawer with a NavigationHeader and NavigationMenu items. The items are large in number so scrolling is required in order to access

5条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-15 15:44

    I know its too old question but i sharing a solution that's working for me:

    1. PLACE nav_header_main inside NavigationView

    
    
        
    
        
    

    2. ADD some empty item as suitable for your header height in @menu/activity_main_drawer file

    
        
        
        
            
            ......
        
            
    

提交回复
热议问题