Hoping someone can shed some light.
I've currently got a ScrollView(vert), to which a TableLayout gets programmatically added to it, to said TableLayout a TableRow is added, to which a TextView along with other similar views are added.
The problem is that this text can be longer than the screen and I need a way to make the text in the TextView scroll automatically unlimited amount of times.
Note there can be quite a few of these table rows added to the one table layout.