Android - how to get android.R.anim.slide_in_right

2019-01-16 06:20发布

问题:

I'm playing about with animations with android. The animations android.R.anim.slide_in_left and android.R.anim.slide_out_right are provided. I'm looking for a way to get the opposite animations i.e:

android.R.anim.slide_in_right and android.R.anim.slide_out_left

or how I can specify these myself.

回答1:

Here are slide_in_right and slide_out_left from the Android open source project.



回答2:

Both slide_in_right and slide_out_left exist in Android 2.1 and above.