frameworks/base
修订版 | 1b194b14fe958b11cf06f50bdbf243c9df83e056 (tree) |
---|---|
时间 | 2009-06-12 01:00:42 |
作者 | Kenny Root <kenny@the-...> |
Commiter | Kenny Root |
Fix spelling mistakes in Javadoc
@@ -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 |