kanytu / android-material-drawer-template

An Android template with navigation drawer for material design
Apache License 2.0
674 stars 217 forks source link

Extendable list in navigation drawer? #11

Closed dannybit closed 9 years ago

dannybit commented 9 years ago

Does the library grouping of items into one item such as in ExpandableListAdapter?

kanytu commented 9 years ago

You mean ExpandableListAdapters? I don't know I haven't tested it but I don't see how this template wouldn't support it.

dannybit commented 9 years ago

Yes, updated the question to fix the typo. The drawer uses a RecylerView instead of a Listview and I don't think ExpandableListAdapter works with RecyclerView.

kanytu commented 9 years ago

You can easily change the content of the fragment to contain a listview instead of a recyclerview.