'outputField' fills the width of the screen, but it allows for text to wrap around to the bottom of the field. I have changed the size and padding so that the overflow text is not visible, but it is only a temporary fix.
I'm hesitant to say that we should set a max length for input and output, because different devices will display the width of the field differently. For example, if we make the max string length the width of a Nexus One screen, it will be too small on a Nexus 10 screen.
'outputField' fills the width of the screen, but it allows for text to wrap around to the bottom of the field. I have changed the size and padding so that the overflow text is not visible, but it is only a temporary fix.
I'm hesitant to say that we should set a max length for input and output, because different devices will display the width of the field differently. For example, if we make the max string length the width of a Nexus One screen, it will be too small on a Nexus 10 screen.