Reputation: 750
I tested my app with a Motorola Milestone and a HTC Wildfire. I have a sliding transition animation, when I change to an other activity with the Milestone. I think this is default, because I didn't add any animation to the Theme. But on the Wildfire I don't have any transition effect. Is it possible to get the default sliding transition animation working with the wildfire? I implemented the original task_open_enter.xml
and task_open_close.xml
in the app and changed my style according to Animation.Activity
, but this also doesn't work. Calling overridependingtransition
also doesn't work.
Upvotes: 2
Views: 1359
Reputation: 74790
Check that your Wildfire phone has Animation enabled. Go to Settings->Display->Animation and verify that "All animations" selected.
Upvotes: 4