Android Question DefaultHint for B4XPreferencesDialog

Solution
DefaultHintLargeSize is the text size of the hint text. It used by some of the views types.
DefaultHintFont is the font of the same hint.

B4X:
PrefDialog.DefaultHintLargeSize = 17
PrefDialog.DefaultHintFont = XUI.CreateDefaultBoldFont(12) 'size will be ignored
Top