florent37 / ExpansionPanel

Android - Expansion panels contain creation flows and allow lightweight editing of an element.
https://material.io/guidelines/components/expansion-panels.html
Apache License 2.0
1.98k stars 240 forks source link

Stuck on fragment #31

Closed frolody closed 6 years ago

frolody commented 6 years ago

I add recyclerview in fragment but my app stuck in white screen (no respond)

any solutions?

frolody commented 6 years ago

Problem is because my recycler view layout_height is set to wrap_content, after i set to match parent problem solved.