|
|
@@ -4,53 +4,12 @@
|
|
|
android:layout_height="match_parent"
|
|
|
android:background="#EFEFEF"
|
|
|
>
|
|
|
-
|
|
|
- <RelativeLayout
|
|
|
- android:id="@+id/relativeLayout1"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:background="@android:color/white"
|
|
|
- android:layout_alignParentTop="true"
|
|
|
- android:layout_alignParentLeft="true"
|
|
|
- android:layout_alignParentStart="true"
|
|
|
- android:layout_marginRight="10dp"
|
|
|
- android:layout_marginLeft="10dp">
|
|
|
-
|
|
|
- <Button
|
|
|
- android:id="@+id/button1"
|
|
|
- android:layout_width="80dp"
|
|
|
- android:layout_height="30dp"
|
|
|
- android:layout_alignParentLeft="true"
|
|
|
- android:layout_alignParentTop="true"
|
|
|
- android:text="返回"
|
|
|
- android:textColor="@android:color/black"
|
|
|
- android:background="#ADD8E6"
|
|
|
- android:onClick="tobreak"
|
|
|
- android:layout_margin="2dp"
|
|
|
- />
|
|
|
-
|
|
|
- <Button
|
|
|
- android:id="@+id/button2"
|
|
|
- android:layout_width="80dp"
|
|
|
- android:layout_height="30dp"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:layout_alignParentTop="true"
|
|
|
- android:background="#ADFF2F"
|
|
|
- android:textColor="@android:color/black"
|
|
|
- android:layout_margin="2dp"
|
|
|
- android:onClick="sendfiles"
|
|
|
- android:text="完成"
|
|
|
- />
|
|
|
-
|
|
|
- </RelativeLayout>
|
|
|
-
|
|
|
<GridView
|
|
|
android:id="@+id/gridView1"
|
|
|
android:layout_width="fill_parent"
|
|
|
android:layout_height="fill_parent"
|
|
|
android:layout_alignParentBottom="true"
|
|
|
android:layout_alignParentLeft="true"
|
|
|
- android:layout_below="@+id/relativeLayout1"
|
|
|
android:numColumns="3" >
|
|
|
</GridView>
|
|
|
|