FlowLayout icon indicating copy to clipboard operation
FlowLayout copied to clipboard

fix child width bug when remeasure child height

Open yisizhu520 opened this issue 8 years ago • 0 comments

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.

yisizhu520 avatar May 26 '16 12:05 yisizhu520