Activity 1 左切出效果 (intent_left_out.xml)
1 2 3 4 5 6 7 8 9 10 | <?xml version="1.0" encoding="utf-8"?> <set xmlns:android="http://schemas.android.com/apk/res/android" android:shareInterpolator="false"> <translate android:duration="500" android:fromXDelta="0%" android:fromYDelta="0%" android:toXDelta="100%" android:toYDelta="0%" /> </set> |
Activity 2 左切入效果 (intent_left_in.xml)