Disable activity slide-in animation when launching new activity?
- by user246114
Hi,
I have an activity which launches another activity, via a button click. By default, on newer OS versions of android, the OS will animate the new activity sliding in from right to left.
Is there a way to disable this animation? I just want the new activity to appear without any sort of animation.
Thanks