I have a textview with the property
android:maxLines="1"
In case the text is too long it truncates and add the three dots. i.e
If I want to put the text (including the quotes) "hello world one two three four"
It will display
"hello world one two....
but I would like to display the closing quote.
"hello world one two..."
How to achieve this??