Android Question Strange spinner list

Status
Not open for further replies.

mauro vicamini

Active Member
Licensed User
Longtime User
Hi Everyone!
I've a problem: like you could see in the attached image, the item list of my spinner looks very strange.
combolist.png

The items are with background color white but if the item is shorter than the spinner width than the rest background is black!
I've also set the spinner Backgroundcolor to white at code, but nothing to do. The background color of all containers (panels, activity,etc..) are white.
How can I resolve that?

Thanks for the attention.
 

Tommaso

Member
Licensed User
Longtime User
Hi Everyone!
I've a problem: like you could see in the attached image, the item list of my spinner looks very strange.View attachment 73098
The items are with background color white but if the item is shorter than the spinner width than the rest background is black!
I've also set the spinner Backgroundcolor to white at code, but nothing to do. The background color of all containers (panels, activity,etc..) are white.
How can I resolve that?

Thanks for the attention.

Hi,
I've the same issues, (not for color but for click event)
seems that label are sized based on text content
and click event was performed only on text click

Someone knows a workaround
Thanks
 
Upvote 0
Status
Not open for further replies.
Top