push_bottom_in2.xml 277 B

1234567891011
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- 上下滑入式 -->
  3. <set xmlns:android="http://schemas.android.com/apk/res/android" >
  4. <alpha
  5. android:startOffset="200"
  6. android:fromAlpha="0.0"
  7. android:toAlpha="1.0"
  8. android:duration="200"
  9. />
  10. </set>