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.

When i installed my application in different devices Color of dialog box changes Devices to device How can i set the color of Dialog box

Regards, Kariyachan

share|improve this question

3 Answers

up vote 1 down vote accepted

You have some clues on anddev.org. The basic idea is to extend the default theme and use it in your activity. In particular, you will need to extend the Theme.Dialog style.

share|improve this answer
Thanks buddy that is really usefull cheers,kariyachan – Sinto Paulose Dec 8 '10 at 12:25

Can u name the devices that u r using to test?...Probably they might contain a customized Android build so the dialog color changes. You can leave it as it is since your build would use the default style available for a device else try setting styles that will avoid this behavior.

share|improve this answer

Use activity as a dialog by setting dialog theme to it. Then you can inflate your own layout with your own background and colors.

share|improve this answer

Your Answer

 
discard

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.