Felipe
Felipe

Reputation: 537

different colors on ComboBox

I was testing a ComboBox in my device and I noticed gray stripes that where not there before. The stripes don't show on the simulator.

I changed the UIID for the ComboBox from white to yellow to check if it was the background color, but it is still there.

What am I missing?

enter image description here

Upvotes: 1

Views: 60

Answers (1)

Chen
Chen

Reputation: 3760

It seems like you are running on the nexus skin on the simulator which uses an older native theme as a basis, this is probably the cause of the difference between your device and the Simulator, change your simulator to HTCOne or xoom and you will most likely see these stripes on the simulator as well.

Try to modify the "ComboBoxItem" uiid to be transparent and with an empty border

Upvotes: 2

Related Questions