Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1ba7b7ef authored by Steve Block's avatar Steve Block
Browse files

Fix a typo in FrameLayout JavaDoc

Change-Id: I8b016aff1f790fbeaf435170c1ff33455ec91204
parent f9dc3db2
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ import java.util.ArrayList;
 * Children are drawn in a stack, with the most recently added child on top.
 * The size of the frame layout is the size of its largest child (plus padding), visible
 * or not (if the FrameLayout's parent permits). Views that are GONE are used for sizing
 * only if {@link #setMeasureAllChildren(boolean) setConsiderGoneChildrenWhenMeasuring()}
 * only if {@link #setMeasureAllChildren(boolean) setMeasureAllChildren()}
 * is set to true.
 *
 * @attr ref android.R.styleable#FrameLayout_foreground
@@ -566,4 +566,3 @@ public class FrameLayout extends ViewGroup {
        }
    }
}