skydoves / ExpandableLayout

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

Recycler View in second Layout is not mesured #30

Open ThomasHenryKreactive opened 3 years ago

ThomasHenryKreactive commented 3 years ago

Describe the Bug:

I put a recycler view in the second layout, but it doesn't get mesured, hence it is not displayed. The only way i made it appear is by giving it a fixed height in dp, which is not good for my app.

Expected Behavior:

The child recycler view should be displayed in full when it's height is set to wrap_content

Sajjadsaleem411 commented 3 years ago

The same issue facing. it's not working properly on wrap_content. But working on match_parent or hardcoded value.

huohuoyoyo commented 2 years ago

The same quesstion , I put a textview in the secondLayout and I setText long words ,it display single line