BTW, there is no "maxTextSize" attribute, so I had to do it via code instead.
The result (modified the sample) :
Not only that, but for the same case, when increasing the width of the textView, the text itself gets truncated. Here's what happens when I set the width to match_parent :
On some cases, the letter of one word goes to the next line.
Here's a sample case:
BTW, there is no "maxTextSize" attribute, so I had to do it via code instead.
The result (modified the sample) :
Not only that, but for the same case, when increasing the width of the textView, the text itself gets truncated. Here's what happens when I set the width to match_parent :