Skip to content Skip to sidebar Skip to footer

Spinner Expanding Beyond Screen Bounds

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 are s

Solution 1:

For the spinner:

android:layout_weight="1"

This helped me.

Solution 2:

Post a Comment for "Spinner Expanding Beyond Screen Bounds"