<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@color/cl_home_edit_text" > <RelativeLayout android:id="@+id/headview" android:layout_width="fill_parent" android:layout_height="45dp" android:background="@color/cl_home_edit_text" android:gravity="center_vertical" > <Button android:textSize="14sp" android:textColor="#fff" android:id="@+id/gallery_back" android:text="返回" android:layout_width="50dp" android:background="@color/cl_home_button" android:layout_height="match_parent" /> <Button android:textSize="14sp" android:textColor="#fff" android:id="@+id/gallery_del" android:background="@color/cl_home_button" android:layout_alignParentRight="true" android:layout_width="50dp" android:text="删除" android:layout_height="match_parent" /> </RelativeLayout> <android.support.v4.view.ViewPager android:id="@+id/gallery01" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_below="@id/headview" android:layout_centerHorizontal="true" android:background="@color/cl_order_text_one" android:unselectedAlpha="1" android:layout_alignParentBottom="true"> </android.support.v4.view.ViewPager> </RelativeLayout>