I'm filling a listview with data from DBUtils.ExecuteListView and trying to set color and size like this.
But it does absolutly nothing what ever i put as textsize or color.
I tried without or with dip but still no effect.
What am I doing wrong?
B4X:
DBUtils.ExecuteListView(SQL, "SELECT Opgave, ID FROM Opgaver", Null, 0, lvOpgaver, False)
lvOpgaver.TwoLinesLayout.Label.Visible = False
lvOpgaver.TwoLinesLayout.Label.Height = 8dip
lvOpgaver.TwoLinesLayout.SecondLabel.Text = 8dip
lvOpgaver.TwoLinesLayout.SecondLabel.TextColor = Colors.Black
But it does absolutly nothing what ever i put as textsize or color.
I tried without or with dip but still no effect.
What am I doing wrong?