Android Question Resolved: CustomIstView fonts resize

padvou

Active Member
Licensed User
Longtime User
Hello,
is it possible to resize the fonts size in a customlistview?
Thank you.
 
Solution
If you are asking about CLV.AddTextItem then you have two options:
1. Change the font size with the designer.
2. Change the font size of CLV.DesignerLabel.
Top