Custom fonts, ellipsis on MultiLine TextViews, Glyphs and glitches.
- by Samuh
I am required to use custom fonts in my application.
Problem: For ListViews that contain rows with Multi-Line TextViews having ellipsize property set to true, I can see some illegible characters after the ellipsis. Apparently Android pads the String(in TextView) with some characters unknown to my custom font.
Single line TextView seem to work…