I want to display part of a long text string in a single line TextView without breaking words or ellipsizing.
For example,
This is my very long text string, which is extremely long.
I want this to show up in a single-line TextView as
This is my very long text
NOT
This is my very long text strin
OR
This is my very long text st...