flexbox-layout
flexbox-layout copied to clipboard
Fix the issue item decorations are not included for judging if wrapping is required.
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 wrapping is required.
Any update on this PR?