Open
Description
Issues and steps to reproduce
- Create a
FlexboxLayoutManager
withalignItems =
AlignItems.BASELINE` - Use it on a
RecyclerView
that needs to wrap at least one line. - Make the
RecyclerView
have heightwrap_content
instead 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