summaryrefslogtreecommitdiff
path: root/core/java/android/widget/TextView.java
diff options
context:
space:
mode:
authorSiyamed Sinir <siyamed@google.com>2016-03-02 14:11:34 -0800
committerSiyamed Sinir <siyamed@google.com>2016-03-02 14:11:56 -0800
commit192d3bdaaf94fd919db0f2d1f7cb0083b9bc2a04 (patch)
tree2eb9165b08ae466211863d6fd249a467f76cb640 /core/java/android/widget/TextView.java
parente3f400de602d257a921ceb5e36c915a6ac3e79bf (diff)
Update EditText.setEllipsize JavaDoc
Update EditText.setEllipsize JavaDoc to describe that MARQUEE is not supported by EditText. Bug: 26219977 Change-Id: Ibe709f3470a749c0fbb672c8ec33f0835c5d90ec
Diffstat (limited to 'core/java/android/widget/TextView.java')
-rw-r--r--core/java/android/widget/TextView.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/widget/TextView.java b/core/java/android/widget/TextView.java
index f19bf02a238f..c14548a27c00 100644
--- a/core/java/android/widget/TextView.java
+++ b/core/java/android/widget/TextView.java
@@ -7888,7 +7888,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener
}
/**
- * Causes words in the text that are longer than the view is wide
+ * Causes words in the text that are longer than the view's width
* to be ellipsized instead of broken in the middle. You may also
* want to {@link #setSingleLine} or {@link #setHorizontallyScrolling}
* to constrain the text to a single line. Use <code>null</code>