You can place an android:stretchColumns property on the TableLayout.
The value
should be a single column number (again, 0-based) or a comma-delimited list of
column numbers.
Those columns will be stretched to take up any available space yet
on the row. This helps if your content is narrower than the available space.