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
android:layout_width="100dip" Use this tag in the spinner.
android:layout_width="100dip"
For the spinner:
android:layout_weight="1"
This helped me.