See Also: TableRow Members
A layout that arranges its children horizontally. A TableRow should always be used as a child of a Android.Widget.TableLayout. If a TableRow's parent is not a TableLayout, the TableRow will behave as an horizontal Android.Widget.LinearLayout.
The children of a TableRow do not need to specify the layout_width and layout_height attributes in the XML file. TableRow always enforces those values to be respectively NoType:android/view/ViewGroup$LayoutParams;Href=../../../reference/android/view/ViewGroup.LayoutParams.html#MATCH_PARENT and NoType:android/view/ViewGroup$LayoutParams;Href=../../../reference/android/view/ViewGroup.LayoutParams.html#WRAP_CONTENT.
Also see NoType:android/widget/TableRow$LayoutParams;Href=../../../reference/android/widget/TableRow.LayoutParams.html for layout attributes