Your ScrollViews are on the same table row. Try changing the layout_weight to 0.5 instead. Then both of them should get half of the row.
Juhani
2010-10-31 12:46:22
Your ScrollViews are on the same table row. Try changing the layout_weight to 0.5 instead. Then both of them should get half of the row.
Problem solved, I replaced second TableRow with LinearLayout and everything started to work correctly. I don't know why but both TableRows were somehow connected and changing width of second one changed width of first one