Hi Does anyone knows how can we implement Windows animation?
I tried like this PreferenceScreen screen = (PreferenceScreen) preference; Window window= screen.getDialog().getWindow(); window.setWindowAnimations(R.anim.push_left_in); but it has no effect in 1.5.. Any help will be appreciated. -- 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

