Android代码-ActivityTransition

时间:2022-08-25 23:08:07
【文件属性】:
文件名称:Android代码-ActivityTransition
文件大小:444KB
文件格式:ZIP
更新时间:2022-08-25 23:08:07
Android代码 ActivityTransition An android project presenting some transitions you can use between activities Integration Add the anim folder to your Android project's res folder Import the ActivityAnimator class Call new ActivityAnimator().animationName(this) right after the startActivity(Intent i) method Note that the ActivityAnimator class is here to help you choosing your animation but you can also directly use overridePendingTransition(int, int) on your Activity Animations Fade Flip Horizontal Flip
【文件预览】:
ActivityTransition-master
----.gitignore(245B)
----AndroidManifest.xml(1KB)
----res()
--------anim()
--------layout()
--------drawable-ldpi()
--------menu()
--------drawable-mdpi()
--------values-v11()
--------drawable-hdpi()
--------drawable-xhdpi()
--------values-v14()
--------values()
----src()
--------com()
--------animation()
----proguard-project.txt(781B)
----project.properties(563B)
----ic_launcher-web.png(76KB)
----libs()
--------android-support-v4.jar(377KB)
----README.md(1KB)

网友评论