google / flexbox-layout

Flexbox for Android
Apache License 2.0
18.25k stars 1.79k forks source link

Ensure flexbox layout row children can be as big as they want #590

Open OlivierGenez opened 3 years ago

OlivierGenez commented 3 years ago

This PR addresses this issue https://github.com/google/flexbox-layout/issues/589, where FlexboxLayout row children are not visible when its width is unconstrained (such as when within a horizontal recycler view).

smertEClever commented 1 year ago

Is it possible to get this merged and a release pushed to maven?