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

Flexbox for Android

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

Is it possible to have all children in one row to have the same width? When I use the same flexGrow value for all children, they won't take up the...

- [ ] 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.*...

- [ ] 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.*...

Using version 1.1.0 Attempting to measure with: ``` width = MeasureSpec.makeMeasureSpec(0, View.MeasureSpec.AT_MOST); height = MeasureSpec.makeMeasureSpec(0, View.MeasureSpec.UNSPECIFIED); flexbox.measure(width, height); return flexbox.getMeasuredHeight() ``` It will return the same height weather the row...

how can I set stretch last item in row of recyclerview

- [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 I have tried to get a column breaking index. but...

- [ ] 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 see code in FlexboxLayoutManager.computeScrollOffset(), line 2261 : `if...

We have this use case where we might call `recyclerView.smoothScrollToPosition` on a view that has been removed from its container. In that case, we get the following crash: ``` Fatal...

- [ ] 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 add view, i want to get lines,but...

- [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 FlexItemDecoration seems to add decoration at the beginning of the...