[android-developers] Dynamic TableLayout problem

2010-02-01 Thread David Arm
Hi! Im having a problem with a tablelayout. Im trying to add rows dinamically and display the content of these rows (there are not content problems as T tested it and the app has all the data that it needs). This is the java code and the xml of the activity: [syntax="java"]import java.util.ArrayL

[android-developers] Dynamic TableLayout problem

2010-02-01 Thread David Arm
Hi! Im having a problem with a tablelayout. Im trying to add rows dinamically and display the content of these rows (there are not content problems as T tested it and the app has all the data that it needs). This is the java code and the xml of the activity: [code]import java.util.ArrayList; im