[android-developers] Re: Fragment Transition Animation Crashes

2013-01-29 Thread Doug Gordon
Thanks. I did manage to discover that I needed to specify R.*animator*.fade_in, etc. One of those changes that is easy to miss if you do not always follow every release note, etc. On Monday, January 28, 2013 5:46:37 AM UTC-5, Kostya Vasilyev wrote: > > The native fragment API uses the new (since

[android-developers] Re: Fragment Transition Animation Crashes

2013-01-28 Thread Kostya Vasilyev
The native fragment API uses the new (since 3.0) animators. http://developer.android.com/guide/topics/graphics/prop-animation.html You can see the difference in the source, too: https://android.googlesource.com/platform/frameworks/support/+/refs/heads/master/v4/java/android/support/v4/app/Fragme