diff options
| author | Romain Guy <romainguy@android.com> | 2010-01-04 10:56:38 -0800 |
|---|---|---|
| committer | Romain Guy <romainguy@android.com> | 2010-01-04 10:56:38 -0800 |
| commit | 520c4204fb9d4f2a7a79dcb5d171e681b7bc6a07 (patch) | |
| tree | ee1d51cac009198ad6bf70bcd08856f702ba7525 /core/java/android/widget/RelativeLayout.java | |
| parent | 3bf657a22bc46f06a9b73d2c5d256f48205849d6 (diff) | |
Fix obsolete advice in RelativeLayout's documentation.
Diffstat (limited to 'core/java/android/widget/RelativeLayout.java')
| -rw-r--r-- | core/java/android/widget/RelativeLayout.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/java/android/widget/RelativeLayout.java b/core/java/android/widget/RelativeLayout.java index e19a93dc64ea..533c60716bf0 100644 --- a/core/java/android/widget/RelativeLayout.java +++ b/core/java/android/widget/RelativeLayout.java @@ -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 |
