I have a layout that contains a TableLayout with three rows. Each row has a TextView and a Spinner. The Spinners\' column is set to stretch. My problem is that the Spinners a
For the spinner:
android:layout_weight="1"
This helped me.