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

Commit f1d06898 authored by Romain Guy's avatar Romain Guy Committed by Android (Google) Code Review
Browse files

Merge "Fix obsolete advice in RelativeLayout's documentation."

parents e80a0669 520c4204
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -45,8 +45,7 @@ import java.util.ArrayList;

/**
 * A Layout where the positions of the children can be described in relation to each other or to the
 * parent. For the sake of efficiency, the relations between views are evaluated in one pass, so if
 * view Y is dependent on the position of view X, make sure the view X comes first in the layout.
 * parent.
 *
 * <p>
 * Note that you cannot have a circular dependency between the size of the RelativeLayout and the