frameworks/base
Revision | ea931d3120a896575d671dbdffa66e943ac4491c (tree) |
---|---|
Time | 2009-06-15 01:02:24 |
Author | Android Code Review <code-review@andr...> |
Commiter | Android Code Review |
Merge change 10364
* changes:
@@ -5611,7 +5611,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener | ||
5611 | 5611 | * Causes words in the text that are longer than the view is wide |
5612 | 5612 | * to be ellipsized instead of broken in the middle. You may also |
5613 | 5613 | * want to {@link #setSingleLine} or {@link #setHorizontallyScrolling} |
5614 | - * to constrain the text toa single line. Use <code>null</code> | |
5614 | + * to constrain the text to a single line. Use <code>null</code> | |
5615 | 5615 | * to turn off ellipsizing. |
5616 | 5616 | * |
5617 | 5617 | * @attr ref android.R.styleable#TextView_ellipsize |