I have an EditText
and a Button
set next to each other on the same horizontal line. It looks great, except when the user enters a lot of text, the
I had a similar problem, but I couldn't get the above to work. What I did, is take in the text from EditText box and then format it down to the max size that my screen could handle. When I save this off to the DB, I will save it as display Text and original text.
If you go to this page I put a longer explanation.