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

If the `RecyclerView`'s height is wrap_content, only one line of items will be shown and we should scroll the `RecyclerView` to see the second line(`FlexDirection` is `ROW`). It was said...

bug

I'm using a FlexboxLayoutManager and setting `flexBasisPercent` to 0.5 in the viewholder to create a 2 column recyclerview. When I try to add spacing between the recyclerview items via a...

- [x] I have searched [existing issues](https://github.com/google/flexbox-layout/issues) and confirmed this is not a duplicate I install the Flexbox layout and typed the following code in android studio ``` ``` But...

![tim 20180828194318](https://user-images.githubusercontent.com/23228741/44720958-ff812600-aafa-11e8-941b-7c4a9da60396.png) ![tim 20180828194507](https://user-images.githubusercontent.com/23228741/44721021-30f9f180-aafb-11e8-88a9-52b2e9cfe32d.png) if data source size is zero. It collapsed. library version :1.0.0 _

## Issues and steps to reproduce 1. Create a `FlexboxLayoutManager` with `alignItems = `AlignItems.BASELINE` 1. Use it on a `RecyclerView` that needs to wrap at least one line. 1. Make...

bug

## Issues and steps to reproduce 1. Create a `FlexboxLayoutManager` with `alignItems = `AlignItems.BASELINE` 1. Use it on a `RecyclerView` that needs to wrap at least one line. 1. Repeatedly...

bug

I'm trying to implement a custom `ItemDecoration` to assign offsets for each item (somewhat similar to `FlexboxItemDecoration`). To calculate the offsets in `getItemOffsets` I need to know the relative position...

- [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 did not display all items with FlexWrap.WRAP and...

I'm getting a bunch of errors when I try to run my project. The errors are all to the tune of: > Warning: com.google.android.flexbox.FlexboxLayoutManager: can't find referenced method 'void setAutoMeasureEnabled(boolean)'...

- [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 Issues one: Very slow when sliding the list. Issues two:...