shared_axis_x_push_exit.xml 470 B

1234567891011121314
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <set xmlns:android="http://schemas.android.com/apk/res/android">
  3. <translate
  4. android:duration="300"
  5. android:fromXDelta="0"
  6. android:interpolator="@android:interpolator/fast_out_slow_in"
  7. android:toXDelta="-30dp" />
  8. <alpha
  9. android:duration="195"
  10. android:fromAlpha="1"
  11. android:interpolator="@android:interpolator/fast_out_linear_in"
  12. android:toAlpha="0" />
  13. </set>