Android Question xCustomListView - custom font at AddTextItem

ThePuiu

Active Member
Licensed User
Longtime User
I need to display a list of text information. I think the best solution is to use an xCustomListView because I don't know the length of the text so I can calculate the height of the labels. I have to add titles and paragraphs to the list. How do I set different size, weight and colors for fonts?

Is there a better way to display long text (longer than the screen height) with different font types?
 
Top