I am using B4XComboBox having textcolor white. However, as text color is set white, when clicked on combo box to select the item, user can not see the values as background after click is also white. Attached is the snapshot for the reference.
I have tried following code but it does change background of ComboBox however on
click background remains white.
I have tried following code but it does change background of ComboBox however on
ComBox background color change:
Dim cd As ColorDrawable
cd.Initialize(Colors.Transparent,0)
ComboBox1.cmbBox.Background=cd