[B4X] Share your B4XDialog + templates theming code
Have you created a nice dialog based on B4XDialog? Post it here. If you have any question then start a new thread.
www.b4x.com
Post in thread '[B4X] Share your B4XDialog + templates theming code' https://www.b4x.com/android/forum/t...log-templates-theming-code.131243/post-826807
Light Theme for B4XDialogs
First you have to use the code below to set your dialog variable to Light Theme: Sub SetLightThemeDialog(dialog As B4XDialog) dialog.BackgroundColor = Colors.White dialog.ButtonsColor = Colors.White dialog.BorderColor = Colors.Gray dialog.ButtonsTextColor = 0xFF007DC3 End Sub...
www.b4x.com