Collapsible List Item in navigation Drawer

[亡魂溺海] 提交于 2019-12-17 16:32:36

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!