标签:
1.在res建立目录anim放入动画效果xml文件
1.1 进入文件 push_left_in.xml
1.2 退出文件 push_left_out.xml
1.3 activity退出的效果 zoom_enter.xml
1.4 zoom_exit.xml
2. 建立style文件
3.在Application中调用主题
<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/ThemeActivity"
>
4. 测试过程中确保手机的动画效果开启,否则达不到效果
5. 源码下载地址 http://download.csdn.net/detail/lzqjfly/5095767
标签:
原文地址:http://www.cnblogs.com/exmyth/p/4555914.html