FlowLayout
FlowLayout copied to clipboard
fix child width bug when remeasure child height
when remeasure child height in onLayout
method, the code int childWidthSize = lineWidth
is a bug which will make the following child wrong width.
<View android:layout_height = "match_parent" android:layout_width = "match_parent"/>
the actual width is the total width of last row.