flexbox-layout
flexbox-layout copied to clipboard
FlexboxLayoutManager + alignItems.BASELINE + wrap_content height results in overlapping
Issues and steps to reproduce
- Create a
FlexboxLayoutManagerwithalignItems =AlignItems.BASELINE` - Use it on a
RecyclerViewthat needs to wrap at least one line. - Make the
RecyclerViewhave heightwrap_contentinstead ofmatch_parent.
Expected behavior
I expected the items to wrap.
Instead, the last item ends up overlapping the previous ones.

Version of the flexbox library
0.3.1
Link to code
Hi @dlew, have you found solution for this issue?
No, I simply decided not to go this route.
No, I simply decided not to go this route.
@dlew you may try this:
https://github.com/google/flexbox-layout/issues/388#issuecomment-452631303