Hi
Looks to me as if the ListView does not accept Typeface settings. Example:
doesn't work, but
does.
Looks to me as if the ListView does not accept Typeface settings. Example:
B4X:
Dim MyFont As Typeface
MyFont = Typeface.LoadFromAssets("clockfont.ttf")
ListView1.TwoLinesAndBitmap.SecondLabel.Typeface = MyFont
doesn't work, but
B4X:
Label1.Typeface = MyFont
does.