From 42ece979a259b6e1e5995e57d740952936374615 Mon Sep 17 00:00:00 2001 From: Nick Cook Date: Thu, 18 Jul 2019 21:30:45 +0000 Subject: docs: Fix broken link. Test: make ds-docs Bug: 132635673 Change-Id: I9e6a493112418f7b1467d9d2926a1b2c106d4ad0 --- core/java/android/widget/RelativeLayout.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'core/java/android/widget/RelativeLayout.java') 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 - * Relative Layout guide for example code demonstrating how to use relative layout’s + * See the Relative + * Layout 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 - * Layouts guide. + * see the Layouts + * guide. * * * @attr ref android.R.styleable#RelativeLayout_Layout_layout_alignWithParentIfMissing -- cgit v1.2.3