I was configuring a two-column table where the TextView column on the right sometimes has a long text string and I wanted it to wrap around and expand the table cell vertically as it would in HTML. I found that I had to configure the TextView with layout height & width of wrap_content in order for it to wrap, but I was losing some of the text content as if the TextView were extending to the right of the edge of the screen before wrapping.

I finally got it to work by applying shrinkColumns to the RH column. It now wraps properly, but I'm a bit at a loss to explain this behavior. Is this a quirk of this layout type?

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

Reply via email to