am f397f6f1: am a2e4ce2b: Merge "Fix typo - issue 56671"

* commit 'f397f6f10dc1d99182bc3903d4e3751d348a3320':
  Fix typo - issue 56671
This commit is contained in:
Nick Kralevich
2014-07-05 17:06:04 +00:00
committed by Android Git Automerger

View File

@@ -20,7 +20,7 @@ page.tags="relativelayout"
<p>{@link android.widget.RelativeLayout} is a view group that displays child views in relative
positions. The position of each view can be specified as relative to sibling elements (such as to
the left-of or below another view) or in positions relative to the parent {@link
android.widget.RelativeLayout} area (such as aligned to the bottom, left of center).</p>
android.widget.RelativeLayout} area (such as aligned to the bottom, left or center).</p>
<img src="{@docRoot}images/ui/relativelayout.png" alt="" />