also for completeness/symetry it would be nice if Dialog and/or Window had setAnimationStyle(int) method as PopupWindow has.
now (if i didn't miss something) i need to: 1. w = dialog.getWindow() 2. a = w.getAttributes() 3. a.windowAnimations = R.style.style 4. w.setAttributes(a) which isn't very smart... --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

