2021학년도 1학기 기업연계프로젝트(컴퓨터소프트웨어공학과) 13조 버뮤니티 팀 팀장 : 김태원 팀원 : 고병채 신현규 박성민 정송희 조예리
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
611 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <set xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:fillAfter="true">
  4. <scale
  5. android:duration="300"
  6. android:fromXScale="0.0"
  7. android:fromYScale="0.0"
  8. android:interpolator="@android:anim/linear_interpolator"
  9. android:pivotX="50%"
  10. android:pivotY="50%"
  11. android:toXScale="0.8"
  12. android:toYScale="0.8" />
  13. <alpha
  14. android:duration="300"
  15. android:fromAlpha="0.0"
  16. android:interpolator="@android:anim/accelerate_interpolator"
  17. android:toAlpha="1.0" />
  18. </set>