Skip to content

Commit 4e39e33

Browse files
authored
Merge pull request #301 from claixiang/master
#4 #67 第四次作业
2 parents 090cf5b + 9d9859d commit 4e39e33

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

AndroidLabs/app/src/main/res/layout/activity_net1414080903108.xml

+24-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools"
44
android:layout_width="match_parent"
@@ -14,5 +14,27 @@
1414
android:layout_alignParentBottom="true"
1515
android:layout_alignParentLeft="true"
1616
android:layout_alignParentStart="true" />
17-
</RelativeLayout>
17+
18+
<Button
19+
android:text="保存"
20+
android:layout_width="wrap_content"
21+
android:layout_height="wrap_content"
22+
android:id="@+id/button2"
23+
android:layout_marginRight="49dp"
24+
android:layout_marginEnd="49dp"
25+
android:layout_alignParentBottom="true"
26+
android:layout_toLeftOf="@+id/button"
27+
android:layout_toStartOf="@+id/button" />
28+
29+
<Button
30+
android:text="清除"
31+
android:layout_width="wrap_content"
32+
android:layout_height="wrap_content"
33+
android:id="@+id/button"
34+
android:layout_marginRight="86dp"
35+
android:layout_marginEnd="86dp"
36+
android:layout_alignParentBottom="true"
37+
android:layout_alignParentRight="true"
38+
android:layout_alignParentEnd="true" />
39+
</RelativeLayout>
1840

0 commit comments

Comments
 (0)