I'm working on a project that displays sentences, but sometimes the sentences are too long to fit at a given textSize. The textSize is at a size that I like, not too small for short sentences, but when the sentences pass the borders of the TextView the text disappears. I know I could make it end in '...' but then the sentence is still not read.
So I am looking for a way to decrease textSize ONLY when the text exceeds the TextView borders.