summaryrefslogtreecommitdiffstats
path: root/docs/html/guide/topics/ui
diff options
context:
space:
mode:
authorNick Kralevich <nnk@google.com>2014-07-05 16:54:56 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-07-03 01:32:01 +0000
commita2e4ce2b7cab301f8bde5e4747be5dd85e899a63 (patch)
tree07aadf5493338961b12ce9973e4cbde2f873eb9f /docs/html/guide/topics/ui
parent8b333467fea995d9cec72dddfcba8fa19363ee32 (diff)
parente019e4336a2be438354e0c4c513320a6fd79e5b1 (diff)
downloadframeworks_base-a2e4ce2b7cab301f8bde5e4747be5dd85e899a63.zip
frameworks_base-a2e4ce2b7cab301f8bde5e4747be5dd85e899a63.tar.gz
frameworks_base-a2e4ce2b7cab301f8bde5e4747be5dd85e899a63.tar.bz2
Merge "Fix typo - issue 56671"
Diffstat (limited to 'docs/html/guide/topics/ui')
-rw-r--r--docs/html/guide/topics/ui/layout/relative.jd2
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="" />