<?xml version="1.0" encoding="utf-8"?>
<ImageView
android:id="@+id/imageView"
android:layout_width="match_parent"
android:layout_height="454dp"
android:layout_weight="1"
android:src="@drawable/hlm" />
<Button
android:id="@+id/button"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="8"
android:text="进入"
android:textSize="20dp" />
*main页面* <?xml version="1.0" encoding="utf-8"?>
<ImageView
android:id="@+id/imageView"
android:layout_width="match_parent"
android:layout_height="454dp"
android:layout_weight="1"
android:src="@drawable/hlm" />
<Button
android:id="@+id/button"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="8"
android:text="进入"
android:textSize="20dp" />
**mulu页面** <?xml version="1.0" encoding="utf-8"?> **neirong页面**