I need to use the Activities default animation in a Fragment replace, but using android.R.anim
I can't find it.
How can I find the name of it? Is it possible to use it by default, or would I have to create the animation manually in order to use it?
Thanks a lot in advance.