0

I want to change the color of the dialog spinner. In Android 4.0.4 I use the dropdown mode, but in 2.2 we don't have this option, it's only dialog. So I need to change the color of dialog background.

I picture of my spinner and the dialog:

Dialog and Spinner

How you can see, the dialog it's ever white.

  • you need to make custom dialog like this http://stackoverflow.com/questions/13289661/custom-height-and-width-in-custom-inflate-alertdialog-layout-android/13289912#13289912 and then take button and call dialog. – urveshpatel50 Nov 30 '12 at 11:00
  • you want to change the color of text ? that is displayed in spinner dialog ? – Dhruvil Patel Nov 30 '12 at 11:03

1 Answers1

0

You have to customize the Spinner in order to get what you are expecting. Try this and also this

kumar
  • 691
  • 1
  • 7
  • 16