push_bottom_out.xml 254 B

12345678910
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- 上下滑出式 -->
  3. <set xmlns:android="http://schemas.android.com/apk/res/android" >
  4. <translate
  5. android:duration="200"
  6. android:fromYDelta="0"
  7. android:toYDelta="50%p" />
  8. </set>