property fling animate android animation

fling - Android: cómo obtener android.R.anim.slide_in_right



image animation android (2)

Estoy jugando con animaciones con Android. Se proporcionan las animaciones android.R.anim.slide_in_left y android.R.anim.slide_out_right. Estoy buscando una forma de obtener las animaciones opuestas, es decir:

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

o cómo puedo especificar esto yo mismo.



Tanto slide_in_right como slide_out_left existen en Android 2.1 y slide_out_left posteriores.