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 I would like to use the `FlexboxLayoutManager` within a `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 use FlexboxLayoutManager with RecyclerView.Adapter to show short texts of...

- [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. When flicking fast enough a FlexboxLayoutManager to reach the...

## Issues and steps to reproduce Below you can see a screenshot of a `FlexboxLayout`, which is clipping it's children: ![Screenshot_1576202779](https://user-images.githubusercontent.com/227486/70763892-cfba6800-1da9-11ea-9dfc-d7b537653b82.png) The layout is defined as so: ``` xml ```...

Use flexboxlayoutmanager + recyclerview to load the flow layout. There is no problem with normal display when the amount of data is small, but it cannot be fully displayed when...

- [ ] I have searched [existing issues](https://github.com/google/flexbox-layout/issues) and confirmed this is not a duplicate Hello, I'm using FlexboxLayoutManager for Recyclerview with this configuration: val flexboxLayoutManager = FlexboxLayoutManager(requireContext()).apply { flexDirection...

- [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 **Links should not been shown, instead a text explaining the...

This PR addresses this issue https://github.com/google/flexbox-layout/issues/589, where `FlexboxLayout` row children are not visible when its width is unconstrained (such as when within a horizontal recycler view).

- [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 `FlexboxLayout`'s' width is unconstrained (i.e. the width `MeasureSpec` mode...