diff options
| author | Scott Main <smain@google.com> | 2012-07-25 10:51:49 -0700 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2012-07-25 10:51:49 -0700 |
| commit | 7c00f81606de1880c3f28e54cea064c3b90da3e7 (patch) | |
| tree | a6bc5d760a37f6666cd3c4686edc916b9d2079c7 /core/java/android/widget/RelativeLayout.java | |
| parent | 4c259f3d7bfc635de89386bb72df8529dcaeee6a (diff) | |
| parent | 2f5b61a750e36169e37788a645f422cc8a8f7091 (diff) | |
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 '2f5b61a750e36169e37788a645f422cc8a8f7091':
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 29cf00071e85..569cf993eed3 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 |
