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 stretching off the edge of the screen when they contain a long string. I would like them to truncate the string instead. Here's a screenshot of the problem: http://www.comicfanboy.net/images/screenshot.png and here's the xml for the layout: <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/settings_scrollview" android:layout_width="fill_parent" android:layout_height="fill_parent"