</style>
###4.各种动画书写anim_enter.xml<set xmlns:android="http://schemas.android.com/apk/res/android" android:shareInterpolator="false" android:zAdjustment="top"> <alpha android:duration="300" android:fillAfter="true" android:fillBefore="false" android:fillEnabled="true" android:fromAlpha="0.0" android:interpolator="@android:interpolator/decelerate_cubic" android:toAlpha="1.0"/> <scale android:duration="300" android:fillAfter="true" android:fillBefore="false" android:fillEnabled="true" android:fromXScale="0.8" android:fromYScale="0.8" android:interpolator="@android:interpolator/decelerate_cubic" android:pivotX="50.0%p" android:pivotY="50.0%p" android:toXScale="1.0" android:toYScale="1.0"/></set>anim_exit.xml<set xmlns:android="http://schemas.android.com/apk/res/android" android:background="#ff000000" android:zAdjustment="normal"> <alpha android:duration="300" android:fillAfter="true" android:fillBefore="false" android:fillEnabled="true" android:fromAlpha="1.0" android:interpolator="@android:interpolator/decelerate_quint" android:toAlpha="0.0"/></set>back_enter.xml<set xmlns:android="http://schemas.android.com/apk/res/android" android:zAdjustment="normal"> <alpha android:duration="300" android:fillAfter="true" android:fillBefore="true" android:fillEnabled="true" android:fromAlpha="1.0" android:toAlpha="1.0"/></set>back_exit.xml<set xmlns:android="http://schemas.android.com/apk/res/android" android:shareInterpolator="false" android:zAdjustment="top"> <alpha android:duration="300" android:fillAfter="true" android:fillBefore="true" android:fillEnabled="true" android:fromAlpha="1.0" android:interpolator="@android:interpolator/decelerate_cubic" android:toAlpha="0.0"/> <scale android:duration="300" android:fillAfter="true" android:fillBefore="true" android:fillEnabled="true" android:fromXScale="1.0" android:fromYScale="1.0" android:interpolator="@android:interpolator/decelerate_cubic" android:pivotX="50.0%p" android:pivotY="50.0%p" android:toXScale="0.8" android:toYScale="0.8"/></set>项目中用到,随手进行整理.新闻热点
疑难解答