When I make a variable equal some text with quotes and then show that in a text box, sometimes that last quote drops to the first position of a new line, which doesn't look very good. Is there a way to prevent that? Thank you.
I'm using an EditText as the container for the story. If I remember correctly, I did this because I found it didn't matter how long the story was and that I could scroll the EditText up and down, but couldn't do this with a label.
You could add the Label to a Scrollview, if the text is larger you will be able to scroll it, search the forums for scrollview sample code, there are plenty.