Automated import from //branches/master/...@140913,140913

This commit is contained in:
Karl Rosaen
2009-03-24 18:55:23 -07:00
committed by The Android Open Source Project
parent 9c0c492de4
commit d9889787b2

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);