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

前端 未结 6 1687
粉色の甜心
粉色の甜心 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:15

    Make sure you define each group with a unique ID, separator won't appear without the ID.

    For example, this is my drawer_menu.xml:

    
    
        
            
            
        
    
        
    
            
            
        
    
    

    Gabriel adds below in the comments that if the group doesn't have an id, the separator will not appear.

提交回复
热议问题