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 For view mobile models even after wrapping, the button is...

## Problem & How to solve When the screen which is using FlexboxLayoutManager is rendered, FlexboxHelper#isWrapRequired is called. In that case, we are using RecyclerView, so the decoration length must...

Now RecyclerView#getItemDecorationCount and RecyclerView#getItemDecorationAt are exposed, retrieving the decoration length for each view is possible. This PR takes the length of the decorations into account when judging if a line...

Actually I'm not sure that we should do it, but I found a solution and describe it in the comment of FlexboxLayoutManager Also, I checked that all test passed and...

…ox.FlexItem error java.lang.ClassCastException: android.support.v7.widget.RecyclerView$LayoutParams cannot be cast to com.google.android.flexbox.FlexItem

This is not the best sulotion,but now it can resolve the problem. This problem is not so easy. Calculate the decoration is conflict with the method isWrapRequired,and i can not...

Is it a known issue that items that aren't fully visible don't show up when they're within the padding area and clipToPadding is set to false with a certain padding...

- [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 *Minimum frame missed out in terms of height.* ## Expected...