Could someone else try? Thanks. On Mar 11, 11:03 am, Clément Plantier <[email protected]> wrote: > Hi, > > I have a dialog that use the window flag FLAG_BLUR_BEHIND to have a > blur effect behind the dialog. It works fine with older versions of > SDK, but with Honeycomb everything is black behind my dialog. > > To reproduce: > ---- > Dialog dialog = new Dialog(context); > dialog.setTitle("Test"); > dialog.getWindow().addFlags(WindowManager.LayoutParams.FLAG_BLUR_BEHIND); > dialog.show(); > ---- > > Am I doing something wrong?
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

