scalebig.xml:

android:duration="1000"

android:fromXScale="1.0"

android:fromYScale="1.0"

android:pivotX="0"

android:pivotY="50%"

android:toXScale="1.5"

android:toYScale="1.5" >

scalesmall.xml:

android:duration="1000"

android:fromXScale="1.0"

android:fromYScale="1.0"

android:pivotX="0"

android:pivotY="50%"

android:toXScale="0.7"

android:toYScale="0.7" >

调用方法:

Animation a = AnimationUtils.loadAnimation(context, R.anim.scalebig);

a.setFillAfter(true);

holder.content.startAnimation(a);

Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐