I can change the size of multiline text item in B4XPreferencesDialog with this code:
Is possible to change the Typeface of multiline text item to use a custom TTF font?
Thanks in advance for any tip.
B4X:
If pi.ItemType = prefdialog.TYPE_MULTILINETEXT Then
Dim ft As B4XFloatTextField = prefdialog.CustomListView1.GetPanel(i).GetView(0).Tag
ft.TextField.TextSize = 20
Thanks in advance for any tip.