I am using Table Layout to display data as shown below.
What i want to do
The easiest way I can think of is to wrap each TableRow content with a LinearLayout like this:
TableRow
LinearLayout
And this is the result:
Hope I correctly understood your requirements.