Re: [android-developers] Problem with nested Layouts

2010-12-14 Thread Kostya Vasilyev
Since you want buttons in a row, put them between and . Use layout_column as necessary. For views that are not inside a TableRow, TableLayout works like a vertical LinearLayout, which is what you are seeing. -- Kostya 14.12.2010 17:17, Mad Troll пишет: I'm trying to do layout where i will

[android-developers] Problem with nested Layouts

2010-12-14 Thread Mad Troll
I'm trying to do layout where i will have table (6 rows and 10 columns) under it 2 buttons in one row then list i have something like that: http://schemas.android.com/apk/res/android"; android:layout_width="fill_parent" android:layout_height="fill_parent" android:stretchColumns="*" >