public class TextOverflowType
Field Summary | ||
---|---|---|
static final int | CLIP | |
Pay attention to top and bottom barriers.
Provide no indication that there is text which is not visible.
|
||
static final int | ELLIPSIS | |
Pay attention to top and bottom barriers.
Use an ellipsis to denote that there is text which is not visible.
Only for vertical overflow.
|
||
static final int | OVERFLOW | |
Overflow the text and pay no attention to top and bottom barriers.
|
public static final int CLIP
public static final int ELLIPSIS
public static final int OVERFLOW