skydoves / ExpandableLayout

🦚 An expandable layout that shows a two-level layout with an indicator.
Apache License 2.0
828 stars 54 forks source link

Does not support dynamic views, only uses parent layout and second layout xml #6

Open oyebc opened 4 years ago

oyebc commented 4 years ago

I tried to create multple expanded layouts in java code and add dynamic contont to the layouts but could not as the constructor for the expandable layout only takes xml layout ids and not instances of the View/ViewGroup objects

Hendriyawan commented 4 years ago

hello same problem here, i put code RecyclerView to second layout, but content not showing

oyebc commented 4 years ago

Ended up using a different library 'net.cachapa.expandablelayout:expandablelayout:2.9.2' myself