How to add one section separator for Navigation Drawer in Android?

前端 未结 6 1666
粉色の甜心
粉色の甜心 2020-12-22 20:43

I have a navigation drawer like this image. I want to add a section separator (like the line separating Neptune). It seems simple but I can\'t find anything on the web that

6条回答
  •  生来不讨喜
    2020-12-22 21:05

    To separate menu items by a divider line, only group items with a unique id like following example:

    activity_main_drawer.xml:

    
    
    
        
    
        
    
        
    
        
        
    
            
    
            
    
        
    
    
    

    Visual Result:

提交回复
热议问题