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

Commit fcc6a0f1 authored by Philip Milne's avatar Philip Milne
Browse files

Minor doc fix.

Change-Id: I8f20c4751b599e0108c9373caef7e672d1cd4821
parent a5d552fc
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()
     */