主页面的xml文件
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:andro>
android:layout_width="fill_parent"
android:layout_height="fill_parent" >
<LinearLayout
android:id="@+id/layout_next"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@drawable/user_wizard_2"
android:orientation="vertical" />
<LinearLayout
android:id="@+id/layout_last"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@drawable/user_wizard_3"
android:orientation="vertical" />
<RelativeLayout
android:id="@+id/layout_main"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@drawable/user_wizard_1"
android:orientation="vertical" >
<include layout="@layout/bottom_button" />
</RelativeLayout>
</FrameLayout>