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
This worked for me..
tableLayout.setColumnShrinkable(1,true);