2014-02-06 3 views

ответ

1

TableLayout расширяет LinearLayout, так что вы можете просто определить свой TableRows как таковой:

<TableRow xmlns:android="http://schemas.android.com/apk/res/android" 
    android:layout_width="match_parent" 
    android:layout_height="0" 
    android:layout_weight="1"/> 
Смежные вопросы