I'm looking to place text in a TextView
with a fixed width, and which can be spread over two lines, but what I want is to do is to place as much of the text towards the bottom as possible. For example, this is current what happens:
The quick brown fox jumps over
the lazy dog
But what I want to happen is:
The quick brown
fox jumps over the lazy dog
Does anyone have any ideas how, if possible, this might be achieved using just one TextView
?