diff options
| author | Newton Allen <newt@google.com> | 2013-11-26 10:25:38 -0800 |
|---|---|---|
| committer | Newton Allen <newt@google.com> | 2014-09-30 02:52:26 +0000 |
| commit | 8f8a11b7fa26e603519131001ab46596aa30ba1a (patch) | |
| tree | 80dc649fbf0df8bc90edd5d7a24abbca67075da4 /core/java/android/widget/RelativeLayout.java | |
| parent | d1462247e05dab10d20372249e9a3ef7ef93fc2e (diff) | |
Fix some documentation typos.
Change-Id: I747a0ade5c7b9c45d4465bf327952338bbc1cfaa
(cherry picked from commit 4465d1a03ee5fddc5987c19fc36b0bb79e19572f)
Diffstat (limited to 'core/java/android/widget/RelativeLayout.java')
| -rw-r--r-- | core/java/android/widget/RelativeLayout.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/widget/RelativeLayout.java b/core/java/android/widget/RelativeLayout.java index 23f911c94f43..5b604cd4590f 100644 --- a/core/java/android/widget/RelativeLayout.java +++ b/core/java/android/widget/RelativeLayout.java @@ -1403,7 +1403,7 @@ public class RelativeLayout extends ViewGroup { * {@link android.widget.RelativeLayout RelativeLayout}, such as * ALIGN_WITH_PARENT_LEFT. * @param anchor The id of another view to use as an anchor, - * or a boolean value(represented as {@link RelativeLayout#TRUE}) + * or a boolean value (represented as {@link RelativeLayout#TRUE} * for true or 0 for false). For verbs that don't refer to another sibling * (for example, ALIGN_WITH_PARENT_BOTTOM) just use -1. * @see #addRule(int) |
