我有像
这样的布局<ImageView
android:id="@+id/slide_image"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:src="@drawable/bg_homeslide_1"/>
<RelativeLayout
android:id="@+id/footer"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
..
>
<Button
android:id="@+id/login_button"
.../>
</RelativeLayout>
</RelativeLayout>
我正在尝试为上面的ImageView设置动画。它的过渡从下到上。但问题是当imageview动画时,页脚布局与图像重叠。我需要图像视图来为所有视图制作动画。请帮忙
答案 0 :(得分:0)
你可以遵循编写代码(xml)的层次结构,以便首先编写后序imageview,然后再编写,参见