How do I prepend a String to an Android TextView?

Viewed 7681

There's TextView.append(), but that adds the text to the end of the TextView. I want what I append to go in the beginning (ie, show up on the top of the TextView box).

4 Answers
Related