diff options
| author | Scott Main <smain@google.com> | 2012-07-25 15:05:18 -0700 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2012-07-25 15:05:18 -0700 |
| commit | 75bea2e8d35044233ba892bedf102ed08406d653 (patch) | |
| tree | 8f18eb115430e0ac71f935cdd10562310c8a395d /core/java/android/widget/RelativeLayout.java | |
| parent | 23ecb2cc0bf4c36c72f4b890e9effce5094a2984 (diff) | |
| parent | 7c00f81606de1880c3f28e54cea064c3b90da3e7 (diff) | |
am 7c00f816: am 2f5b61a7: Merge "docs: fix a bunch of links from javadocs to api guides and add some attributes to Spinner and Switch" into jb-dev
* commit '7c00f81606de1880c3f28e54cea064c3b90da3e7':
docs: fix a bunch of links from javadocs to api guides and add some attributes to Spinner and Switch
Diffstat (limited to 'core/java/android/widget/RelativeLayout.java')
| -rw-r--r-- | core/java/android/widget/RelativeLayout.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/widget/RelativeLayout.java b/core/java/android/widget/RelativeLayout.java index d9bde109fff1..a811cc2eb14b 100644 --- a/core/java/android/widget/RelativeLayout.java +++ b/core/java/android/widget/RelativeLayout.java @@ -56,8 +56,8 @@ import static android.util.Log.d; * {@link #ALIGN_PARENT_BOTTOM}. * </p> * - * <p>See the <a href="{@docRoot}resources/tutorials/views/hello-relativelayout.html">Relative - * Layout tutorial</a>.</p> + * <p>See the <a href="{@docRoot}guide/topics/ui/layout/relative.html">Relative + * Layout</a> guide.</p> * * <p> * Also see {@link android.widget.RelativeLayout.LayoutParams RelativeLayout.LayoutParams} for |
