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...