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

- [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 First of all - thank you for providing this functionality...

- [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 Looking at the existing issues and PRs, plus the code...

Unable to create custom ItemDecoration for FlexboxLayoutManager because getPositionToFlexLineIndex has package private access modifier. The same goes for FlexLine's mFirstIndex and mLastIndex. Please, consider making them public or making public...

Inconsistent behaviour between 1.1.1 and 2.0.1, on non-Pixel devices, mostly old models. Strange blank area added (child element warp_content vs match_parent ??) - [X] I have searched [existing issues](https://github.com/google/flexbox-layout/issues) and...

- [. ] I have searched [existing issues](https://github.com/google/flexbox-layout/issues) and confirmed this is not a duplicate ## Issues and steps to reproduce Flexbox lays out its children in linear fashion. Can...

Using implementation 'com.google.android:flexbox:1.1.0' with andoidx I need to shoy dynamic number of box in my recyclerview and selected ones should have different backgrounds. However, for first time load or adding...

## Issues and steps to reproduce I'm using FlexboxLayoutManager to show news articles on tablet in 2 colums and later in single column or 3 and 2 in landscape. On...

- [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 FlexboxLayoutManager will throw OOM if number of item is too...

bug

I have a problem when using FlexlayoutManager in Recyclerview - I have a list of image with size 300 items - The size of the image is different - Everything...

### Description After `FlexboxLayoutManager` is restored from saved state, i.e. fragment is re added via `ViewPager` all items are shifted up or down. When `FlexboxLayoutManager` saves state, it saves `getDecoratedLeft()`...