push_bottom_in.xml 269 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="100%p"
  7. android:toYDelta="0"
  8. />
  9. </set>