K Keith Yong Active Member Licensed User Longtime User Dec 13, 2019 #1 Hi, I would like to know is there anyway to change the dialog title Typeface and Font size? https://www.b4x.com/android/forum/threads/b4x-xui-views-cross-platform-views-and-dialogs.100836/
Hi, I would like to know is there anyway to change the dialog title Typeface and Font size? https://www.b4x.com/android/forum/threads/b4x-xui-views-cross-platform-views-and-dialogs.100836/
stevel05 Expert Licensed User Longtime User Dec 13, 2019 #2 Take a look at the available methods on the Dialog Object: B4X: Dialog.TitleBarFont = XUI.CreateFont(Typeface.SERIF,20) Upvote 0
Take a look at the available methods on the Dialog Object: B4X: Dialog.TitleBarFont = XUI.CreateFont(Typeface.SERIF,20)
K Keith Yong Active Member Licensed User Longtime User Dec 14, 2019 #3 stevel05 said: Take a look at the available methods on the Dialog Object: View attachment 86313 B4X: Dialog.TitleBarFont = XUI.CreateFont(Typeface.SERIF,20) Click to expand... It works !!!. Thanks Upvote 0
stevel05 said: Take a look at the available methods on the Dialog Object: View attachment 86313 B4X: Dialog.TitleBarFont = XUI.CreateFont(Typeface.SERIF,20) Click to expand... It works !!!. Thanks