问题
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:

回答1:
You can start with ExpandableListView and writing your own ExpandableListAdapter and use that as your drawer item.
来源:https://stackoverflow.com/questions/17621469/collapsible-list-item-in-navigation-drawer