Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Ok I am going crazy over this. I am trying to change alert dialog background color from the default grey to white. I am unable to do so. I am using alert dialog with list

I have extended the parent theme.dialog style and I have tried so many combinations of attributes but I keep getting the white background not only for the list but beyond the dialf boundries (as if the width is fill parent)

When i set the color to transparent then the dialog appears nicely with the list in grey. It seems that the dialog window is transparent and it is fill parent but the list is the one with thegrey colorand thats probably why we dont see the full dialog

How can I fix this??

share|improve this question
1  
Refer This. stackoverflow.com/questions/7269706/… – selva Oct 11 '12 at 4:32
Very useful topic : stackoverflow.com/questions/3118601/… – ZuzooVn Oct 11 '12 at 4:33
Been there before, does not solve the problem of themes – Snake Oct 11 '12 at 4:37
That was written back in 2010 before api 11 is released. I am using 11 so i can make use of the theme argument – Snake Oct 11 '12 at 4:39
You can create custom dialog with your own style theme and layouts – JaiSoni Oct 11 '12 at 4:39
show 1 more comment

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.