ExpandableLayout
ExpandableLayout copied to clipboard
Does not support dynamic views, only uses parent layout and second layout xml
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
hello same problem here, i put code RecyclerView to second layout, but content not showing
Ended up using a different library 'net.cachapa.expandablelayout:expandablelayout:2.9.2' myself