Navigation Drawer - Divider between sections like Gmail App

后端 未结 3 1252
轮回少年
轮回少年 2021-01-07 08:14

I am updating the Navigation Drawer in my app. I want to add section dividers as the Gmail App has. How do I add them? Just add them as views, which is a simple approach. Bu

3条回答
  •  花落未央
    2021-01-07 09:07

    Use Menu Resources instead of listview. the group tag in menu creates a divider line

    menu_drawer

    
        
            
            
            
    
        
    
        
            
        
    
    

    Link the menu resources in navigation view

    
    
    
        
    
        
    
        
    
    
    

提交回复
热议问题