Unfortunately you can't do it.
As Erel already explained.
ALL labels in SingleLineLayout have the same parameters, and you can't change them afterwards.
When using TwoLinesLayout, all the first labels have the same parameters and all the second labels have also same parameters but these can be different from those for the first labels.
To do what you want to do you should use a ScrollView, with this view you have lot of possibitilies, have a look at
ScrollView examples summary. And you have access to all views inside the ScrollView and you can change their parameters individually.
ListViews are interesting for very long lists with the fastscrolling feature.
ScrollViews don't have it, but even with about 100 items they remain usable.
Best regards.