Skip to content

Commit

Permalink
Merge pull request #301 from claixiang/master
Browse files Browse the repository at this point in the history
#4 #67 第四次作业
  • Loading branch information
zengsn authored May 15, 2017
2 parents 090cf5b + 9d9859d commit 4e39e33
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions AndroidLabs/app/src/main/res/layout/activity_net1414080903108.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
Expand All @@ -14,5 +14,27 @@
android:layout_alignParentBottom="true"
android:layout_alignParentLeft="true"
android:layout_alignParentStart="true" />
</RelativeLayout>

<Button
android:text="保存"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/button2"
android:layout_marginRight="49dp"
android:layout_marginEnd="49dp"
android:layout_alignParentBottom="true"
android:layout_toLeftOf="@+id/button"
android:layout_toStartOf="@+id/button" />

<Button
android:text="清除"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/button"
android:layout_marginRight="86dp"
android:layout_marginEnd="86dp"
android:layout_alignParentBottom="true"
android:layout_alignParentRight="true"
android:layout_alignParentEnd="true" />
</RelativeLayout>

0 comments on commit 4e39e33

Please sign in to comment.