6
6
android : gravity =" center"
7
7
android : orientation =" vertical" >
8
8
9
+ <EditText
10
+ android : id =" @+id/question"
11
+ android : layout_width =" match_parent"
12
+ android : layout_height =" 189dp"
13
+ android : layout_marginTop =" 5dp"
14
+ android : layout_marginLeft =" 10dp"
15
+ android : layout_marginRight =" 10dp"
16
+ android : hint =" @string/question"
17
+ android : text =" " />
18
+
9
19
<LinearLayout
10
20
android : layout_width =" match_parent"
11
21
android : layout_height =" wrap_content"
12
- android : layout_weight =" 1"
13
- android : gravity =" center" >
22
+ android : orientation =" horizontal"
23
+ android : gravity =" center"
24
+ android : layout_marginBottom =" 15dp" >
25
+ <Spinner
26
+ android : id =" @+id/spinner"
27
+ android : layout_width =" wrap_content"
28
+ android : layout_height =" wrap_content"
29
+ android : layout_weight =" 1"
30
+ android : entries =" @array/plantes" />
31
+
32
+ <Button
33
+ android : id =" @+id/paste"
34
+ android : layout_width =" wrap_content"
35
+ android : layout_height =" wrap_content"
36
+ android : text =" @string/paste" />
37
+
38
+ <Button
39
+ android : id =" @+id/search"
40
+ android : layout_width =" wrap_content"
41
+ android : layout_height =" wrap_content"
42
+ android : text =" @string/search" />
43
+
14
44
<Button
15
- android : id =" @+id/main_start_btn "
45
+ android : id =" @+id/clear "
16
46
android : layout_width =" wrap_content"
17
47
android : layout_height =" wrap_content"
18
- android : text =" 开始答题 " />
48
+ android : text =" @string/clear " />
19
49
</LinearLayout >
50
+ <Button
51
+ android : id =" @+id/main_start_btn"
52
+ android : layout_width =" wrap_content"
53
+ android : layout_height =" wrap_content"
54
+ android : text =" @string/main_start_btn"
55
+ android : layout_marginBottom =" 15dp" />
56
+ <ScrollView
57
+ android : layout_width =" match_parent"
58
+ android : layout_height =" wrap_content" >
59
+
60
+ <LinearLayout
61
+ android : orientation =" vertical"
62
+ android : layout_width =" match_parent"
63
+ android : layout_height =" wrap_content" >
64
+ <TextView
65
+ android : id =" @+id/answer"
66
+ android : layout_width =" 359dp"
67
+ android : layout_height =" 235dp"
68
+ android : text =" @string/answer"
69
+ android : textIsSelectable =" true" />
70
+
71
+ </LinearLayout >
72
+ </ScrollView >
73
+
74
+ <!-- 底部信息 -->
75
+ <LinearLayout
76
+ android : id =" @+id/content"
77
+ android : layout_width =" fill_parent"
78
+ android : layout_height =" 0dp"
79
+ android : layout_weight =" 1"
80
+ android : orientation =" vertical" >
81
+ </LinearLayout >
82
+ <LinearLayout
83
+ android : layout_width =" fill_parent"
84
+ android : layout_height =" wrap_content"
85
+ android : gravity =" bottom"
86
+ android : orientation =" vertical" >
87
+ <TextView
88
+ android : id =" @+id/main_jrqq_text"
89
+ android : layout_width =" wrap_content"
90
+ android : layout_height =" wrap_content"
91
+ android : layout_alignParentBottom =" true"
92
+ android : textIsSelectable =" true"
93
+ android : layout_marginLeft =" 10dp"
94
+ android : layout_marginRight =" 10dp"
95
+ android : text =" @string/bottom"
96
+ android : gravity =" center" />
97
+ </LinearLayout >
98
+
20
99
21
100
22
101
36
115
android : textColor =" #FFC107"
37
116
android : text =" 305 寝室专属版,拥有安院专属题库(禁止外传)" />
38
117
39
- <TextView
40
- android : id =" @+id/main_jrqq_text"
41
- android : textIsSelectable =" true"
42
- android : textColor =" #000"
43
- android : layout_width =" wrap_content"
44
- android : layout_height =" wrap_content"
45
- android : gravity =" center"
46
- android : text =" 该项目为免费开源,禁止用于商业用途!包括但不限于出售软件,使用软件代考等一切商业用途!\n问题反馈建议QQ群(也可以加入一起唠嗑哦):811831860" />
118
+
47
119
</LinearLayout >
48
120
49
121
</LinearLayout >
0 commit comments