Merge "Fix typo bug in FrameLayout's measurement code. Bug #3327185" into honeycomb
This commit is contained in:
@@ -321,7 +321,7 @@ public class FrameLayout extends ViewGroup {
|
||||
mPaddingTop - mPaddingBottom - lp.topMargin - lp.bottomMargin,
|
||||
MeasureSpec.EXACTLY);
|
||||
} else {
|
||||
childHeightMeasureSpec = getChildMeasureSpec(widthMeasureSpec,
|
||||
childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec,
|
||||
mPaddingTop + mPaddingBottom + lp.topMargin + lp.bottomMargin,
|
||||
lp.height);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user