Use UTF ellipsis
This commit is contained in:
parent
3bda012fba
commit
2debcb80d8
@ -35,7 +35,7 @@ public class AutoResizeTextView extends TextView {
|
|||||||
// Minimum text size for this text view
|
// Minimum text size for this text view
|
||||||
public static final float MIN_TEXT_SIZE = 20;
|
public static final float MIN_TEXT_SIZE = 20;
|
||||||
// Our ellipse string
|
// Our ellipse string
|
||||||
private static final String mEllipsis = "...";
|
private static final String mEllipsis = "…";
|
||||||
// Registered resize listener
|
// Registered resize listener
|
||||||
private OnTextResizeListener mTextResizeListener;
|
private OnTextResizeListener mTextResizeListener;
|
||||||
// Flag for text and/or size changes to force a resize
|
// Flag for text and/or size changes to force a resize
|
||||||
|
Loading…
Reference in New Issue
Block a user