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

[Small Question] Does Flow support flex_start and flexWrap? #86

Closed
drakeet opened this issue Jan 5, 2021 · 1 comment
Closed

[Small Question] Does Flow support flex_start and flexWrap? #86

drakeet opened this issue Jan 5, 2021 · 1 comment

Comments

@drakeet
Copy link

drakeet commented Jan 5, 2021

Can ConstraintLayout's Flow meet the following requirement?

Snip20210104_17

This can be achieved by the following config for Google's flexbox-layout:

<com.google.android.flexbox.FlexboxLayout
  app:alignContent="flex_start"
  app:alignItems="flex_start"
  app:flexWrap="wrap"> ...

image

Does ConstraintLayout's Flow also support or plan to support it?

Thanks!

@drakeet drakeet changed the title Does Flow support flex_start and flexWrap? [Small Question] Does Flow support flex_start and flexWrap? Jan 5, 2021
@drakeet
Copy link
Author

drakeet commented Jan 8, 2021

Got the answer: yes.

@drakeet drakeet closed this as completed Jan 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant