I'm trying to colorize a list view line text
it is not coloring the line text, what i'm doing wrong ?
B4X:
contacts_list.TwoLinesLayout.Label.TextColor = Colors.blue
For i = 0 To contact_and_status.Length -1
contacts_list.AddTwoLinesAndBitmap(contact_and_status(i),"hi",Null)
Next
it is not coloring the line text, what i'm doing wrong ?