I have a two column TableLayout as the only child of a scroll view. The first column contains TextViews (\'labels\') and the second column contains
TableLayout
TextViews
Try this, make sure android:singleLine="false" and android:inputType="textMultiLine":
android:singleLine="false"
android:inputType="textMultiLine"