Hi,

I'm trying to figure out how to make my dialog look like the dialog
you see when you run the maps app and choose menu->map mode.
White foreground and the background is gray (not dimmed slightly).
I think the AlertDialog using the builder looks like this by default,
but
I want to extend the Dialog class instead. I tried

window.setFlags(WindowManager.LayoutParams.FLAG_DIM_BEHIND,
WindowManager.LayoutParams.FLAG_DIM_BEHIND);

Does anybody know?

Thanks,

George

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to