Use UTF ellipsis

This commit is contained in:
serso 2016-02-06 22:48:39 +01:00
parent 3bda012fba
commit 2debcb80d8

View File

@ -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