hatzisn Expert Licensed User Longtime User Dec 11, 2020 #1 I think (I know) I have been answered this question in the past but I cannot remember it or find it in my content. How do I do that? I have found the: a) B4XDialog.ButtonsColor b) B4XDialog.ButtonsTextColor I cannot remember though how I can do that...
I think (I know) I have been answered this question in the past but I cannot remember it or find it in my content. How do I do that? I have found the: a) B4XDialog.ButtonsColor b) B4XDialog.ButtonsTextColor I cannot remember though how I can do that...
hatzisn Expert Licensed User Longtime User Dec 11, 2020 #2 I 've found it! I did it with this code: B4X: dialog.BackgroundColor = Colors.LightGray dialog.BorderColor = Colors.LightGray dialog.ButtonsColor = Colors.White dialog.ButtonsTextColor = Colors.DarkGray I think there is a way of doing this by setting the theme of the android device? Upvote 0
I 've found it! I did it with this code: B4X: dialog.BackgroundColor = Colors.LightGray dialog.BorderColor = Colors.LightGray dialog.ButtonsColor = Colors.White dialog.ButtonsTextColor = Colors.DarkGray I think there is a way of doing this by setting the theme of the android device?
Erel B4X founder Staff member Licensed User Longtime User Dec 13, 2020 #3 hatzisn said: I think there is a way of doing this by setting the theme of the android device? Click to expand... No. You need to change it as you did. Upvote 0
hatzisn said: I think there is a way of doing this by setting the theme of the android device? Click to expand... No. You need to change it as you did.