E EvgenyB4A Active Member Licensed User Longtime User Oct 25, 2017 #1 Is it possible to change the "Top" property of the dialog how to change the color and font size of buttons text?
Is it possible to change the "Top" property of the dialog how to change the color and font size of buttons text?
Emme Developer Well-Known Member Licensed User Longtime User Oct 25, 2017 #2 EvgenyB4A said: how to change the color and font size of buttons text? Click to expand... B4X: Dim gd as customDialogLayout ..... 'Event ready gd.getButtons(Dialogresponse.positive).TextSize = yourval gd.getButtons(Dialogresponse.positive).TextColor = yourcolor Change the dialogresponse constant to change button Upvote 0
EvgenyB4A said: how to change the color and font size of buttons text? Click to expand... B4X: Dim gd as customDialogLayout ..... 'Event ready gd.getButtons(Dialogresponse.positive).TextSize = yourval gd.getButtons(Dialogresponse.positive).TextColor = yourcolor Change the dialogresponse constant to change button
Erel B4X founder Staff member Licensed User Longtime User Oct 26, 2017 #3 Top position: https://www.b4x.com/android/forum/threads/non-centered-custom-layout-dialog.85427/ Upvote 0