Tiny fix in CellLayout
Change-Id: Idc5fcbb7f6e8e2b104fe1eb0e02579e5751214cf
This commit is contained in:
@@ -853,7 +853,7 @@ public class CellLayout extends ViewGroup {
|
||||
int count = getChildCount();
|
||||
for (int i = 0; i < count; i++) {
|
||||
View child = getChildAt(i);
|
||||
child.layout(mLeftPadding, mTopPadding, r - mRightPadding , b - mBottomPadding);
|
||||
child.layout(mLeftPadding, mTopPadding, r - l - mRightPadding , b - t - mBottomPadding);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user