Materialdrawer: Expandable Listview inside custom header..

Created on 4 Nov 2016  路  2Comments  路  Source: mikepenz/MaterialDrawer

Is it possible to add expandable listview inside the custom header?

i hav tried it, but my expandable list cannot expand inside the custom header..
do you hav solution for this ?

question

Most helpful comment

thanks for your explanation..
Really appreciate it..
:)

All 2 comments

@vanillazz the custom header allows you to pass any view in which you want. So this is completely independent of the MaterialDrawer itself.

I assume that the height will change and as the containing RecyclerView item already was calculated the new height would not be respected. So you perhaps have to invalidate the RV or something like this.

In general this is the same as if you would do the same in a normal RecyclerView. So please have a look how to nest your Expandable ListView inside a RecyclerView

thanks for your explanation..
Really appreciate it..
:)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Erwinstein picture Erwinstein  路  3Comments

AlexMercier picture AlexMercier  路  3Comments

Ahmed-Emad picture Ahmed-Emad  路  4Comments

ghost picture ghost  路  3Comments

Meeks91 picture Meeks91  路  3Comments