There is a bug in 1.5 with the system's cache of animations, where it would not clear them when an application is updated.
On Sun, Aug 9, 2009 at 12:46 AM, skink <[email protected]> wrote: > > > > On Aug 8, 4:46 pm, loctarar <[email protected]> wrote: > > Solved :). If anyone is interested the styles.xml should look like > > this: > > > > <resources> > > <style name="Animation.Popup" parent="android:Animation"> > > <item name="android:windowEnterAnimation">@anim/popup_in</ > > item> > > <item name="android:windowExitAnimation">@anim/popup_out</ > > item> > > </style> > > </resources> > > > > hi loctarar, > > thanks for sharing! > > i had the same problem some time ago when using your first solution > and since the lack of documentation for that matter and lack of my > time i gave up... > > now it works, but still, i have some minor issue: when i change my > enter/exit animatiins the changes are not applied. somehow my original > animations are shown. > > booting the emulator cures this > > did you have such behavior? > > pskink > > > -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

