<FrameLayout  xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent" > <ImageView  android:id="@+id/imgBack"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
</ImageView>

<ImageView  android:id="@+id/imgFore"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
</ImageView>

</FrameLayout>
imgBackView.startAnimation(anim2);imgForeView.startAnimation(anim1);
这样只能出后一个动画效果