airbnb / epoxy

Epoxy is an Android library for building complex screens in a RecyclerView
https://goo.gl/eIK82p
Apache License 2.0
8.52k stars 728 forks source link

full height using wrap content. #333

Closed jjhesk closed 7 years ago

jjhesk commented 7 years ago

Is that possible to configue a wrap_content height for dynamic height of the recyclerview with gridlayoutmanager?

jjhesk commented 7 years ago

resolved. https://stackoverflow.com/questions/26649406/nested-recycler-view-height-doesnt-wrap-its-content/28510031#28510031

elihart commented 7 years ago

The answer you linked is old, for a while now the support library has supported wrap_content out of the box https://stackoverflow.com/a/35623132/2465722