views:

32

answers:

1

I would like to modify the background of the title bar of the dropdown dialog associated to a spinner.

If this is not possible I would like to know what resource is used to draw this background android.R.drawable.* ?

This is an effort of uniformity for my various pop ups in my application.

alt text

A: 

You can change everything using styles and themes.
Take a look at this example for buttons:
http://blog.androgames.net/40/custom-button-style-and-theme/

BlackDragonBE
i know about styles and themes but it does not tell me how to access the properties of the window that is being popped up when I click on my spinner. thanks anyways !
yann.debonnel