You should set it once after you create the spinner. You shouldn't later change it. If you want to change the color, remove the Spinner and create a new one.
No. This is how Spinner works internally. It create the items once and reuses the views. You can easily remove the existing one and create a new spinner with the new color.