Adding expandableListView to NavigationView

后端 未结 4 1452
北恋
北恋 2020-11-28 03:15

I have a menu defined in xml:


    

        
4条回答
  •  一向
    一向 (楼主)
    2020-11-28 03:44

    You can follow Priyank Patel answer above. Additionally, I wanted to hide the drop-down icon in front of the list item.

    Just add android:groupIndicator="@null" to your ExpandableListView in xml tag.

    
    
    
    

提交回复
热议问题