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:
Adam Cohen
2012-09-05 03:26:18 -07:00
committed by Android Git Automerger
+1 -1
View File
@@ -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