[android-developers] Re: Matching TextView heights

2010-09-20 Thread Bret Foreman
I wish it was that simple but I need to scroll the R-L and R-R columns independently. Back to the original question, how can I discover the final height of R-R? On Sep 20, 11:39 am, Kostya Vasilyev wrote: > You can put your graphics into the table instead - instead of a table row. > > -- -- You

Re: [android-developers] Re: Matching TextView heights

2010-09-20 Thread Kostya Vasilyev
You can put your graphics into the table instead - instead of a table row. -- Kostya Vasilyev -- http://kmansoft.wordpress.com 20.09.2010 22:30 пользователь "Bret Foreman" написал: Yes, I'm using TableLayouts, two of them in fact. The two columnar TableLayouts cannot be merged into one because

[android-developers] Re: Matching TextView heights

2010-09-20 Thread Bret Foreman
Yes, I'm using TableLayouts, two of them in fact. The two columnar TableLayouts cannot be merged into one because of the graphics in between. On Sep 20, 10:52 am, Mike dg wrote: > Have you looked into table layout? How do you want the R-L text to > flow if it's not the same height as R-R. Maybe a

[android-developers] Re: Matching TextView heights

2010-09-20 Thread Mike dg
Have you looked into table layout? How do you want the R-L text to flow if it's not the same height as R-R. Maybe an image would better explain what you need. On Sep 20, 12:48 pm, Bret Foreman wrote: > I have two vertical TableLayouts containing rows of TextViews > separated by some graphics. Som