android:layout_width=“fill_parent”
android:layout_height=“fill_parent”
android:background="@drawable/guide_1" >
<Button
android:id="@+id/btn"
android:layout_width=“wrap_content”
android:layout_height=“wrap_content”
android:layout_alignParentBottom=“true”
android:layout_centerHorizontal=“true”
android:layout_marginBottom=“54dp”
android:background="@drawable/butten"
/>
/2013.09.05_ViewPage_Fragment_Demo/res/layout/viewpager2.xml
<?xml version="1.0" encoding="UTF-8"?><RelativeLayout xmlns:android=“http://schemas.android.com/apk/res/android”
android:layout_width=“fill_parent”
android:layout_height=“fill_parent”
android:background="@drawable/guide_2" >
<Button
android:id="@+id