views:

906

answers:

1

Hey,

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.

Cheers,

Pete

+3  A: 

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

CommonsWare