flexbox-layout icon indicating copy to clipboard operation
flexbox-layout copied to clipboard

Flexbox for Android

Results 120 flexbox-layout issues
Sort by recently updated
recently updated
newest added

**Problem and steps to reproduce** RecycleView nests RecycleView, and the internal RecycleView uses FlexboxLayoutManager(context, FlexDirection.ROW, FlexWrap.WRAP), when the number of items is large, it cannot be displayed completely (for example,...

It is possible to use `layoutmanager` attribute in layout xmls to use FlexboxLayoutManager as following: ``` ``` The same way you can set that attribute in a style this way...

bug: when using FlexboxLayoutManager with flex-direction set to column, a child having top margin will result in an unexpected top margin on every following child cause: previous child's TOP_MARGIN is...

- [x] I have searched [existing issues](https://github.com/google/flexbox-layout/issues) and confirmed this is not a duplicate ## Issues and steps to reproduce *Please replace this with steps to reproduce your issue.* parent...

- [x] I have searched [existing issues](https://github.com/google/flexbox-layout/issues) and confirmed this is not a duplicate ## Issues and steps to reproduce When I try to use `ComposeView` or `AbstractComposeView` with `FlexboxLayoutManager`,...

This minor change fixes an issue where a child view may have a negative width during shrinking in `no wrap` flex wrap mode. If you look at the playground app,...

- [x] I have searched [existing issues](https://github.com/google/flexbox-layout/issues) and confirmed this is not a duplicate ## Issues and steps to reproduce So i have a **flex box** in both Android Studio...

I am currently using this bundle for a corporate related project. What I am trying to achieve is to set the limit of the number of columns for the rendering....

## Issues and steps to reproduce Update com.google.android.play Jun 18, 2024 18:16 com.google.android.play:core has added this note for core:1.3.2: Update your Play Core Maven dependency to an Android 14 compatible...