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

## Issues and steps to reproduce recyclerView.xml ```xml ``` item.xml ```xml ``` bug on release 3.0.0 FlexboxLayoutManager.java ```java // 1. line 1470 int childTop = layoutState.mOffset; // 2. line 1745...

- [ 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 * Place two multiline text views side-by-side in a...

I am trying to implement item reordering by drag and drop in a `RecyclerView` using `FlexboxLayoutManager `. I attach `ItemTouchHelper ` to my `RecyclerView` and than on function `onItemMove` I...

## Issues and steps to reproduce I've been trying the new "maxLines" attribute, but its behavior is not like what I was expecting. Let's think about a list with 50...

I have been experimenting with "com.google.android:flexbox:0.3.0-alpha2" with a view to adding it to my photo app as an alternative way of displaying photos. I appreciate that this version is not...

bug

Hi, I have an issue displaying 4 squared items in a FlexboxLayout. Depending on the screen size, either the 4 of them are stacked vertically (that's fine), or I have...

- [x] I have searched [existing issues](https://github.com/google/flexbox-layout/issues) and confirmed this is not a duplicate I was trying to implement a [horizontal recycler view with dynamic height using FlexBoxLayoutManager](https://stackoverflow.com/a/64643351/4155971) and I...

fix min-height not respected

- [ ] I have searched [existing issues](https://github.com/google/flexbox-layout/issues) and confirmed this is not a duplicate ## Issues and steps to reproduce I got a NestScrollView with 3 RecyclerView in it.And...

- [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 Hello, I'm using a **default configuration of FlexboxLayoutManager** but does...