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 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