I have a TextView called mSimple inside a ScrollView.

When I do

mSimple.setText(mDescription);

Everything is fine as long as the length of mDescription is less than
about 4500 characters.  Once I go over that amount, the TextView will
display only the first line of text on the display.

Has anyone else run into a character limit for TextView?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to