diff options
author | Nick Kralevich <nnk@google.com> | 2014-07-05 17:06:04 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-07-05 17:06:04 +0000 |
commit | 3a62327631a0bbbb502af884257b6a430d7e3095 (patch) | |
tree | 98bb70cf0e495ccc8158c944715bcf3e9356bd3a /docs/html/guide/topics/ui | |
parent | 7ea31c67f707be3fa208f93fa458068d57545e77 (diff) | |
parent | f397f6f10dc1d99182bc3903d4e3751d348a3320 (diff) | |
download | frameworks_base-3a62327631a0bbbb502af884257b6a430d7e3095.zip frameworks_base-3a62327631a0bbbb502af884257b6a430d7e3095.tar.gz frameworks_base-3a62327631a0bbbb502af884257b6a430d7e3095.tar.bz2 |
am f397f6f1: am a2e4ce2b: Merge "Fix typo - issue 56671"
* commit 'f397f6f10dc1d99182bc3903d4e3751d348a3320':
Fix typo - issue 56671
Diffstat (limited to 'docs/html/guide/topics/ui')
-rw-r--r-- | docs/html/guide/topics/ui/layout/relative.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/topics/ui/layout/relative.jd b/docs/html/guide/topics/ui/layout/relative.jd index 65c5617..1acb2e3 100644 --- a/docs/html/guide/topics/ui/layout/relative.jd +++ b/docs/html/guide/topics/ui/layout/relative.jd @@ -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="" /> |