File tree 1 file changed +24
-2
lines changed
AndroidLabs/app/src/main/res/layout
1 file changed +24
-2
lines changed Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" utf-8" ?>
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<RelativeLayout xmlns : android =" http://schemas.android.com/apk/res/android"
3
3
xmlns : tools =" http://schemas.android.com/tools"
4
4
android : layout_width =" match_parent"
14
14
android : layout_alignParentBottom =" true"
15
15
android : layout_alignParentLeft =" true"
16
16
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 >
18
40
You can’t perform that action at this time.
0 commit comments