ccd 在16行后面加
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_alignParentTop="true">
25.行后面加
</RelativeLayout>
<RelativeLayout
android:gravity="center_vertical"
android:id="@7f0a0819"
android:layout_width="match_parent"
android:layout_height="500px"
android:layout_below="@7f0a05f5">
<ImageView
android:gravity="center_vertical"
android:background="@7f030009"
android:layout_width="match_parent"
android:layout_height="500px" />
7f030009是顶栏图片代码
网友评论