Is it possible to make the letters in a TextView
be less wide?
I have a fixed width for my TextView
, it's 100dp
There should be maximum 2 lines (it's two words, in every language)
In some languages that's perfect but in other languages it splits up the first word because it's to long. This fills up the two lines with 1 word that's split in two parts.
Is it possible to make sure that my letters are a bit smaller, so that the words fit in every language?