Android Question Spinner Down Arrow lost

Scantech

Well-Known Member
Licensed User
Longtime User
changing Spinner background at runtime will eliminate the right far Down Arrow. Is there any code to get the Down Arrow back?

thank you
 

Scantech

Well-Known Member
Licensed User
Longtime User
Are you setting Spinner.Color? It will replace the complex background drawable with a simple ColorDrawable. You probably need to create a drawable with the arrow.

Yes setting spinner.color. is there a code sample of this drawable arrow? Thanks
 
Upvote 0
Top