Android Question Change Dialog Title Font

stevel05

Expert
Licensed User
Longtime User
Take a look at the available methods on the Dialog Object:

upload_2019-12-13_9-59-7.png


B4X:
Dialog.TitleBarFont = XUI.CreateFont(Typeface.SERIF,20)
 
Upvote 0
Top