In designer i added one B4XComboBox and i set text color to black and background to lightgray (#FFD3D3D3). In code i set dialog background to lightgray too (Dialog.BackgroundColor = Colors.LightGray) and when i run app colors are different (at least on emulator...i didn't try it yet on real device)
When i set combo background as transparent everything is ok (ofc). Is that a bug/emu problem/something else/i am doing something wrong?
In the designer you have set the color of the B4XComboBox1 to lightgray in the layout for the dialog.
If you set the color of the activity in that same layout to the same color lightgray then the B4XCombobox has the same background color.