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

Commit 455cfc8d authored by Philip Milne's avatar Philip Milne Committed by Android (Google) Code Review
Browse files

Merge "Minor doc fix."

parents 9704e784 fcc6a0f1
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -4449,8 +4449,7 @@ public abstract class ViewGroup extends View implements ViewParent, ViewManager
     * Returns the basis of alignment during the layout of this view group:
     * either {@link #COMPONENT_BOUNDS} or {@link #LAYOUT_BOUNDS}.
     *
     * @return whether or not this view group should use the component or layout bounds during
     * layout operations
     * @return the layout mode to use during layout operations
     *
     * @see #setLayoutMode(int)
     */
@@ -4479,8 +4478,7 @@ public abstract class ViewGroup extends View implements ViewParent, ViewManager
     * value is {@link #LAYOUT_BOUNDS} for target SDK's greater than JellyBean,
     * {@link #LAYOUT_BOUNDS} otherwise.
     *
     * @return whether or not this view group should use the component or layout bounds during
     * layout operations
     * @param layoutMode the layout mode to use during layout operations
     *
     * @see #getLayoutMode()
     */