Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dlew opened this issue Dec 7, 2017 · 3 comments
Labels

Comments

@dlew
Copy link

dlew commented Dec 7, 2017

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

@hangnadi
Copy link

Hi @dlew, have you found solution for this issue?

@dlew
Copy link
Author

dlew commented Jun 17, 2018

No, I simply decided not to go this route.

@wangliangrc
Copy link

wangliangrc commented Jan 9, 2019

No, I simply decided not to go this route.

@dlew you may try this:

#388 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants