am 215b416c: Fix an error that is not being expressed
* commit '215b416c1f7cf0234b777155b823637a0902739f': Fix an error that is not being expressed
This commit is contained in:
@@ -1026,7 +1026,7 @@ public class CellLayout extends ViewGroup {
|
||||
super.onSizeChanged(w, h, oldw, oldh);
|
||||
mBackgroundRect.set(0, 0, w, h);
|
||||
mForegroundRect.set(mForegroundPadding, mForegroundPadding,
|
||||
w - 2 * mForegroundPadding, h - 2 * mForegroundPadding);
|
||||
w - mForegroundPadding, h - mForegroundPadding);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user