[android-developers] Re: wrap around with textview in a tablelayout broken

2009-09-28 Thread Fabian Sturm
Hi! Thanks for your testing, at least I now know I am not doing anything stupid :-) And yes I guess I could use something different for the layout, I just thought the tablelayout would be the most logical choice to get all items in the second column aligned properly. Anyways I opened this bug re

[android-developers] Re: wrap around with textview in a tablelayout broken

2009-09-23 Thread Broc Seib
Hi Fabian, Actually, your TextView is just fine; all the text "exists" and is wrapping properly, it has just been rendered off the edge of the screen. It is the TableLayout that is doing something odd. (In fact, I found that if I put items following the TableLayout, but still within the vertical L