Skip to content

FlexboxLayoutManager + alignItems.BASELINE + wrap_content height results in overlapping #389

Open
@dlew

Description

@dlew

Issues and steps to reproduce

  1. Create a FlexboxLayoutManager with alignItems = AlignItems.BASELINE`
  2. Use it on a RecyclerView that needs to wrap at least one line.
  3. Make the RecyclerView have height wrap_content instead of match_parent.

Expected behavior

I expected the items to wrap.

Instead, the last item ends up overlapping the previous ones.

screenshot-2017-12-07_11 17 03 629

Version of the flexbox library

0.3.1

Link to code

FlexBug.zip

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions