Android Question can i set xcustomlistview item text color without using custom label ?

DonManfred

Expert
Licensed User
Longtime User
Check the Class Source. Especially Add and AddTextItem. Duplicate it and make it work like you expect.

You are free to create a helper sub which does add a Textitem but you can set your own Color(s).
 
Upvote 0
Top