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/TextView.java | |
| parent | d1462247e05dab10d20372249e9a3ef7ef93fc2e (diff) | |
Fix some documentation typos.
Change-Id: I747a0ade5c7b9c45d4465bf327952338bbc1cfaa
(cherry picked from commit 4465d1a03ee5fddc5987c19fc36b0bb79e19572f)
Diffstat (limited to 'core/java/android/widget/TextView.java')
| -rw-r--r-- | core/java/android/widget/TextView.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/widget/TextView.java b/core/java/android/widget/TextView.java index a80d70af5251..5cdee53abb15 100644 --- a/core/java/android/widget/TextView.java +++ b/core/java/android/widget/TextView.java @@ -7378,8 +7378,8 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener * to turn off ellipsizing. * * If {@link #setMaxLines} has been used to set two or more lines, - * {@link android.text.TextUtils.TruncateAt#END} and - * {@link android.text.TextUtils.TruncateAt#MARQUEE}* are only supported + * only {@link android.text.TextUtils.TruncateAt#END} and + * {@link android.text.TextUtils.TruncateAt#MARQUEE} are supported * (other ellipsizing types will not do anything). * * @attr ref android.R.styleable#TextView_ellipsize |
