19

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 about android ExpandableListView but I think it is not the way to create it. I want to create such nested item:

enter image description here

DontVoteMeDown
  • 21,122
  • 10
  • 69
  • 105
Kaidul
  • 15,409
  • 15
  • 81
  • 150

1 Answers1

9

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

Karakuri
  • 38,365
  • 12
  • 84
  • 104