Blame view

C5/txpad/src/main/res/anim/move_left_out_activity.xml 222 Bytes
fac86401   孙向锦   初始化C5 Vote
1
2
3
4
5
6
7
  <?xml version="1.0" encoding="utf-8"?>
  <translate 
        xmlns:android="http://schemas.android.com/apk/res/android"
        android:duration="300"
        android:fromXDelta="0%p" 
        android:toXDelta="-100%p">
  </translate>