Defining a spinner's text color using either the designer or ModelBox.TextColor causes the text color to be changed, but it also causes the dropdown text colors to be changed.
I have a white background, so I set the spinner text color to black, but now the dropdown's dark gray background (native Android) makes it impossible to see the items available, because they also are now black.
Some googling shows I can define the color for the spinner's TextView, and that will change it for the currently selected but not the dropdown. Alas, Basic4Android doesn't seem to have this available as an option.
How could I go about doing this?