unipay_anim_out_to_left.xml 377 B

123456789
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <set xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:interpolator="@android:anim/accelerate_interpolator">
  4. <translate
  5. android:fromXDelta="0%p"
  6. android:toXDelta="-100%p"
  7. android:duration="200" />
  8. </set>
  9. <!-- From: file:/data1/rdm/projects/18500/ysdk/src/main/res/anim/unipay_anim_out_to_left.xml -->