Hi,

Unfortunately, row spanning is not supported. You may be able to come
up with a workaround, such as using vertical linear layouts for the
first three columns in the first row (the last column would be the
tall button).

Cheers,
James

On Fri, Jan 30, 2009 at 6:31 AM, madcoder <[email protected]> wrote:
>
> I want to create a table layout so I don't have to use absolute
> values.
>
> I have 2 <TableRow>'s in my <TableLayout>, and each row has 4 buttons,
> all the same width.
>
> The problem I'm having is with the last button on the first row.  the
> button is as tall as two buttons combined.  I can make a button span 2
> columns (width), but how do I make it span two rows and not move the
> second row down?
>
> e.g., What I would like (please excuse my poor ASCII art)
>
> +++  +++  +++  +++
> +=+  +=+  +=+  +=+
> +++  +++  +++  +=+
>                        +=+
> +++  +++  +++  +=+
> +=+  +=+  +=+  +=+
> +++  +++  +++  +=+
>
> What I'm getting:
>
> +++  +++  +++  +++
> +=+  +=+  +=+  +=+
> +++  +++  +++  +=+
>                        +=+
>                        +=+
>                        +=+
>                        +++
> +++  +++  +++
> +=+  +=+  +=+
> +++  +++  +++
>
>
> Any advice on how to do this properly?!
>
> Thanks
>
> >
>

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

Reply via email to