How to turn off textview whitespace trimming?

Viewed 6465

I want to display a string with leading whitespace in a Textview. But what I can see is that the android Textview is trimming all leading/trailing whitespace. Is there a way to turn this behavior off?

1 Answers
Related