Hi,
I'm using a TableLayout and am trying to fit dynamic data into my
table. I have 3 columns and have set 2 and 3 to stretchable, and 1, 2,
and 3 to shrinkable. This seems to produce undesirable text wrapping
results. If the first column's data is very short, the first column is
very skinny while the other two are wide. If the first column's data
is longer, the first column is very wide and the other two are very
skinny.
Is there a way in Android to get text to wrap on word boundaries,
instead of just wrapping in the middle of a word? I think this will
significantly improve the appearance of my layout.
Thanks!