Fix #741
This commit is contained in:
parent
96265010bf
commit
6f1a33b76e
|
@ -98,7 +98,7 @@ public class WrappingLinearLayout extends ViewGroup{
|
|||
xOffset+=mlp.leftMargin+mlp.rightMargin;
|
||||
}
|
||||
firstInRow=false;
|
||||
}else{
|
||||
}else if(currentRowIndex<rowHeights.size()-1){
|
||||
xOffset=rtl ? getPaddingRight() : getPaddingLeft();
|
||||
yOffset+=rowHeight+verticalGap;
|
||||
currentRowIndex++;
|
||||
|
|
Loading…
Reference in New Issue