bd_float_big_bubble_out.xml 459 B

1234567891011121314151617
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <set xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:interpolator="@android:anim/accelerate_interpolator" >
  4. <scale
  5. android:duration="200"
  6. android:fromXScale="1.0"
  7. android:fromYScale="1.0"
  8. android:toXScale="0.6"
  9. android:toYScale="0.6" />
  10. <alpha
  11. android:duration="200"
  12. android:fromAlpha="1.0"
  13. android:toAlpha="0.0" />
  14. </set>