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

Commit 6e76d0dd authored by Joe Fernandez's avatar Joe Fernandez Committed by android-build-merger
Browse files

Merge "docs: Update RelativeLayout.LayoutParams JavaDoc comments" into oc-dev

am: b312d388

Change-Id: I1452e7e30f5eea7da222b093b0e8d6d1fb400c10
parents 9bf77256 b312d388
Loading
Loading
Loading
Loading
+13 −1
Original line number Diff line number Diff line
@@ -1174,7 +1174,19 @@ public class RelativeLayout extends ViewGroup {
    }

    /**
     * Per-child layout information associated with RelativeLayout.
     * Specifies how a view is positioned within a {@link RelativeLayout}.
     * The relative layout containing the view uses the value of these layout parameters to
     * determine where to position the view on the screen.  If the view is not contained
     * within a relative layout, these attributes are ignored.
     *
     * See the <a href=“https://developer.android.com/guide/topics/ui/layout/relative.html”>
     * Relative Layout</a> guide for example code demonstrating how to use relative layout’s
     * layout parameters in a layout XML.
     *
     * To learn more about layout parameters and how they differ from typical view attributes,
     * see the <a href=“https://developer.android.com/guide/topics/ui/declaring-layout.html#attributes”>
     *     Layouts guide</a>.
     *
     *
     * @attr ref android.R.styleable#RelativeLayout_Layout_layout_alignWithParentIfMissing
     * @attr ref android.R.styleable#RelativeLayout_Layout_layout_toLeftOf