diff options
| author | 2019-07-22 11:02:14 -0700 | |
|---|---|---|
| committer | 2019-07-22 11:02:14 -0700 | |
| commit | bd5effc8d802df31ec43e823d3c9fd7f59a25756 (patch) | |
| tree | 0070300195d3ad360fef5ad2e84118b06ac36d79 | |
| parent | 60ca0dbefb5240d3dab2461b086b57bb96be3e40 (diff) | |
| parent | 9a2dbf3c8045a011f5a2426eba7b5160e24d0af8 (diff) | |
Merge "docs: Fix broken link." into qt-dev am: 2aec022fd2 am: 3fd9f9aaf9
am: 9a2dbf3c80
Change-Id: I099a1dad5b0910693a7836abe2c517903d2c2bb6
| -rw-r--r-- | core/java/android/widget/RelativeLayout.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/java/android/widget/RelativeLayout.java b/core/java/android/widget/RelativeLayout.java index d985528c38fb..6b324a541c42 100644 --- a/core/java/android/widget/RelativeLayout.java +++ b/core/java/android/widget/RelativeLayout.java @@ -1202,13 +1202,13 @@ public class RelativeLayout extends ViewGroup { * determine where to position the view on the screen. If the view is not contained * within a relative layout, these attributes are ignored. * - * See the <a href="/guide/topics/ui/layout/relative.html"> - * Relative Layout</a> guide for example code demonstrating how to use relative layout’s + * See the <a href="{@docRoot}guide/topics/ui/layout/relative.html">Relative + * Layout</a> guide for example code demonstrating how to use relative layout's * layout parameters in a layout XML. * * To learn more about layout parameters and how they differ from typical view attributes, - * see the <a href="/guide/topics/ui/declaring-layout.html#attributes"> - * Layouts guide</a>. + * see the <a href="{@docRoot}guide/topics/ui/declaring-layout.html#attributes">Layouts + * guide</a>. * * * @attr ref android.R.styleable#RelativeLayout_Layout_layout_alignWithParentIfMissing |