ExpandableLayout icon indicating copy to clipboard operation
ExpandableLayout copied to clipboard

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

Open oyebc opened this issue 6 years ago • 2 comments

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

oyebc avatar Jan 29 '20 19:01 oyebc

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

Hendriyawan avatar Apr 14 '20 18:04 Hendriyawan

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

oyebc avatar Apr 15 '20 00:04 oyebc