[android-developers] Re: windowAnimationStyle - ignored in theme?

2009-02-04 Thread Mark Murphy
DaRolla wrote: I'd like to have some fancy effects on my Activities when entering or exiting. AFAIK, support for that was cut out as part of releasing the newer versions of the SDK. The Development.APK allows you to enable slide animations for opening and closing activities across the board,

[android-developers] Re: windowAnimationStyle - ignored in theme?

2009-02-04 Thread Marco Schmitz
hi mark, I downloaded the development.apk sources, but I didnt get the clou. DevelopmentSettings.java line 79: private IWindowManager mWindowManager; line 502: mWindowManager.setAnimationScale(which, scale); this way somehow globally the transition is set. I need to checkout the source / jar

[android-developers] Re: windowAnimationStyle - ignored in theme?

2009-02-04 Thread Dianne Hackborn
Activity transition animations are not supported in the current SDK or the 1.0 or 1.1 platform. These are turned off because we didn't have time to finish the implementation and fix the various bugs that they currently have. Please don't try to use them until they are officially supported. On