I have a TableLayout where each cell of the table contains a single
button or textView.  I want to make sure that every cell has the same
height and the same width.  In other words all column widths are the
same and all row heights are the same.  Of course, it has to do this
while resizing the TableLayout to its given layout_width and
layout_height.  Do I have to do the math myself and set each cell
manually or is there an automatic way to do it?

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