Automated import from //branches/donutburger/...@140911,140911

This commit is contained in:
Karl Rosaen
2009-03-24 18:55:19 -07:00
committed by The Android Open Source Project
parent 19a5fed21c
commit 883e7eb389

View File

@@ -56,7 +56,9 @@ public class FrameLayout extends ViewGroup {
private final Rect mSelfBounds = new Rect();
private final Rect mOverlayBounds = new Rect();
private int mForegroundGravity = Gravity.FILL;
private boolean mForegroundInPadding = true;
/** {@hide} */
protected boolean mForegroundInPadding = true;
public FrameLayout(Context context) {
super(context);