Collapsible List Item in navigation Drawer

后端 未结 1 1415
渐次进展
渐次进展 2020-12-06 09:47

I have read the documentation of android Navigation Drawer but there is nothing on how to create collapsible/expandable List item in navigation drawer. I know something abou

相关标签:
1条回答
  • 2020-12-06 10:22

    You can start with ExpandableListView and writing your own ExpandableListAdapter and use that as your drawer item.

    0 讨论(0)
提交回复
热议问题