views:

560

answers:

0

I'm putting a formatted single line text (no \n's) to a noneditable TextView. In the navigation of the program, the text can be changed. On some text, the TextView shrinks to 0x0 pixel and I can see nothing! I added some menus to truncate the text 10 characters each time and I found that if the number of characters are larger than 4470, the TextView shrinks.

Splitting the text into several lines by putting \n in between solves the problem, but that's not my intention.

Could you help me find if this is documented, or is there anything that can be set to remove this limitation?