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