I tried add this code to the item of CustomListView, but dont' worked:
Is possible to format the text of AddTextItem using CharSequence / CSBuilder or I need to create a custom layout?
Thanks in advance for any tip.
B4X:
cs.Initialize.Color(Colors.Red).Append("Hello ").Pop.Append("World!").PopAll
clv.AddTextItem(cs, -1)
Thanks in advance for any tip.