|
@@ -40,7 +40,7 @@
|
40
|
40
|
android:layout_gravity="center"
|
41
|
41
|
android:text="紧急联系人"
|
42
|
42
|
android:textColor="#000000"
|
43
|
|
- android:textSize="@dimen/font_16"
|
|
43
|
+ android:textSize="@dimen/font_18"
|
44
|
44
|
android:textStyle="bold"
|
45
|
45
|
/>
|
46
|
46
|
|
|
@@ -52,7 +52,7 @@
|
52
|
52
|
android:layout_width="355px"
|
53
|
53
|
android:layout_height="25px"
|
54
|
54
|
android:orientation="horizontal"
|
55
|
|
- android:background="#FFEAD4"
|
|
55
|
+ android:background="#FFF7EF"
|
56
|
56
|
android:layout_marginTop="12px"
|
57
|
57
|
android:gravity="center"
|
58
|
58
|
>
|
|
@@ -65,7 +65,7 @@
|
65
|
65
|
android:layout_width="wrap_content"
|
66
|
66
|
android:layout_height="wrap_content"
|
67
|
67
|
android:text="请确保有一个联系人是父母或配偶"
|
68
|
|
- android:textSize="12px"
|
|
68
|
+ android:textSize="13px"
|
69
|
69
|
android:textColor="#F65353"
|
70
|
70
|
android:layout_marginLeft="7px"
|
71
|
71
|
/>
|
|
@@ -96,14 +96,13 @@
|
96
|
96
|
android:layout_height="wrap_content"
|
97
|
97
|
android:orientation="vertical"
|
98
|
98
|
android:gravity="center_horizontal"
|
99
|
|
- android:background="@mipmap/bg_itemshap"
|
100
|
99
|
android:layout_marginTop="2px"
|
101
|
100
|
>
|
102
|
101
|
|
103
|
102
|
|
104
|
103
|
<RelativeLayout
|
105
|
104
|
android:layout_width="match_parent"
|
106
|
|
- android:layout_height="73px"
|
|
105
|
+ android:layout_height="63px"
|
107
|
106
|
android:layout_marginLeft="16px"
|
108
|
107
|
android:layout_marginRight="15px"
|
109
|
108
|
android:focusable="true"
|
|
@@ -113,10 +112,9 @@
|
113
|
112
|
android:layout_width="wrap_content"
|
114
|
113
|
android:layout_height="match_parent"
|
115
|
114
|
android:text="姓名"
|
116
|
|
- android:textColor="#444444"
|
|
115
|
+ android:textColor="#000000"
|
117
|
116
|
android:gravity="center"
|
118
|
117
|
android:textSize="15px"
|
119
|
|
- android:layout_marginTop="10px"
|
120
|
118
|
/>
|
121
|
119
|
<LinearLayout
|
122
|
120
|
android:layout_width="wrap_content"
|
|
@@ -137,14 +135,12 @@
|
137
|
135
|
android:background="@null"
|
138
|
136
|
android:singleLine="true"
|
139
|
137
|
android:imeOptions="actionDone"
|
140
|
|
- android:layout_marginTop="10px"
|
141
|
138
|
/>
|
142
|
139
|
<ImageView
|
143
|
140
|
android:id="@+id/link_a"
|
144
|
141
|
android:layout_width="16px"
|
145
|
142
|
android:layout_height="18px"
|
146
|
143
|
android:src="@mipmap/address_man"
|
147
|
|
- android:layout_marginTop="10px"
|
148
|
144
|
android:layout_marginLeft="10px"
|
149
|
145
|
/>
|
150
|
146
|
</LinearLayout>
|
|
@@ -171,7 +167,7 @@
|
171
|
167
|
android:layout_width="wrap_content"
|
172
|
168
|
android:layout_height="match_parent"
|
173
|
169
|
android:text="电话"
|
174
|
|
- android:textColor="#444444"
|
|
170
|
+ android:textColor="#000000"
|
175
|
171
|
android:gravity="center"
|
176
|
172
|
android:textSize="15px"
|
177
|
173
|
/>
|
|
@@ -203,7 +199,7 @@
|
203
|
199
|
<RelativeLayout
|
204
|
200
|
android:id="@+id/mytalka"
|
205
|
201
|
android:layout_width="match_parent"
|
206
|
|
- android:layout_height="73px"
|
|
202
|
+ android:layout_height="63px"
|
207
|
203
|
android:layout_marginLeft="16px"
|
208
|
204
|
android:layout_marginRight="15px"
|
209
|
205
|
android:focusable="true"
|
|
@@ -213,10 +209,9 @@
|
213
|
209
|
android:layout_width="wrap_content"
|
214
|
210
|
android:layout_height="match_parent"
|
215
|
211
|
android:text="关系"
|
216
|
|
- android:textColor="#444444"
|
|
212
|
+ android:textColor="#000000"
|
217
|
213
|
android:gravity="center"
|
218
|
214
|
android:textSize="15px"
|
219
|
|
- android:layout_marginBottom="10px"
|
220
|
215
|
/>
|
221
|
216
|
<TextView
|
222
|
217
|
android:id="@+id/linktalk_a"
|
|
@@ -226,13 +221,17 @@
|
226
|
221
|
android:textColor="#999999"
|
227
|
222
|
android:gravity="center"
|
228
|
223
|
android:textSize="15px"
|
229
|
|
- android:layout_marginBottom="10px"
|
230
|
224
|
android:layout_alignParentRight="true"
|
231
|
225
|
/>
|
232
|
226
|
|
233
|
227
|
</RelativeLayout>
|
234
|
228
|
</LinearLayout>
|
235
|
229
|
|
|
230
|
+ <View
|
|
231
|
+ android:layout_width="match_parent"
|
|
232
|
+ android:layout_height="6px"
|
|
233
|
+ android:background="#F6F6F6"
|
|
234
|
+ />
|
236
|
235
|
<TextView
|
237
|
236
|
android:layout_width="355px"
|
238
|
237
|
android:layout_height="wrap_content"
|
|
@@ -248,14 +247,13 @@
|
248
|
247
|
android:layout_height="wrap_content"
|
249
|
248
|
android:orientation="vertical"
|
250
|
249
|
android:gravity="center_horizontal"
|
251
|
|
- android:background="@mipmap/bg_itemshap"
|
252
|
250
|
android:layout_marginTop="2px"
|
253
|
251
|
>
|
254
|
252
|
|
255
|
253
|
|
256
|
254
|
<RelativeLayout
|
257
|
255
|
android:layout_width="match_parent"
|
258
|
|
- android:layout_height="73px"
|
|
256
|
+ android:layout_height="63px"
|
259
|
257
|
android:layout_marginLeft="16px"
|
260
|
258
|
android:layout_marginRight="15px"
|
261
|
259
|
android:focusable="true"
|
|
@@ -265,10 +263,9 @@
|
265
|
263
|
android:layout_width="wrap_content"
|
266
|
264
|
android:layout_height="match_parent"
|
267
|
265
|
android:text="姓名"
|
268
|
|
- android:textColor="#444444"
|
|
266
|
+ android:textColor="#000000"
|
269
|
267
|
android:gravity="center"
|
270
|
268
|
android:textSize="15px"
|
271
|
|
- android:layout_marginTop="10px"
|
272
|
269
|
/>
|
273
|
270
|
<LinearLayout
|
274
|
271
|
android:layout_width="wrap_content"
|
|
@@ -289,14 +286,13 @@
|
289
|
286
|
android:background="@null"
|
290
|
287
|
android:singleLine="true"
|
291
|
288
|
android:imeOptions="actionDone"
|
292
|
|
- android:layout_marginTop="10px"
|
293
|
289
|
/>
|
294
|
290
|
<ImageView
|
295
|
291
|
android:id="@+id/link_b"
|
296
|
292
|
android:layout_width="16px"
|
297
|
293
|
android:layout_height="18px"
|
298
|
294
|
android:src="@mipmap/address_man"
|
299
|
|
- android:layout_marginTop="10px"
|
|
295
|
+
|
300
|
296
|
android:layout_marginLeft="10px"
|
301
|
297
|
/>
|
302
|
298
|
</LinearLayout>
|
|
@@ -323,7 +319,7 @@
|
323
|
319
|
android:layout_width="wrap_content"
|
324
|
320
|
android:layout_height="match_parent"
|
325
|
321
|
android:text="电话"
|
326
|
|
- android:textColor="#444444"
|
|
322
|
+ android:textColor="#000000"
|
327
|
323
|
android:gravity="center"
|
328
|
324
|
android:textSize="15px"
|
329
|
325
|
/>
|
|
@@ -356,7 +352,7 @@
|
356
|
352
|
<RelativeLayout
|
357
|
353
|
android:id="@+id/mytalkb"
|
358
|
354
|
android:layout_width="match_parent"
|
359
|
|
- android:layout_height="73px"
|
|
355
|
+ android:layout_height="63px"
|
360
|
356
|
android:layout_marginLeft="16px"
|
361
|
357
|
android:layout_marginRight="15px"
|
362
|
358
|
android:focusable="true"
|
|
@@ -366,10 +362,9 @@
|
366
|
362
|
android:layout_width="wrap_content"
|
367
|
363
|
android:layout_height="match_parent"
|
368
|
364
|
android:text="关系"
|
369
|
|
- android:textColor="#444444"
|
|
365
|
+ android:textColor="#000000"
|
370
|
366
|
android:gravity="center"
|
371
|
367
|
android:textSize="15px"
|
372
|
|
- android:layout_marginBottom="10px"
|
373
|
368
|
/>
|
374
|
369
|
<TextView
|
375
|
370
|
android:id="@+id/linktalk_b"
|
|
@@ -379,7 +374,6 @@
|
379
|
374
|
android:textColor="#999999"
|
380
|
375
|
android:gravity="center"
|
381
|
376
|
android:textSize="15px"
|
382
|
|
- android:layout_marginBottom="10px"
|
383
|
377
|
android:layout_alignParentRight="true"
|
384
|
378
|
/>
|
385
|
379
|
|
|
@@ -391,7 +385,7 @@
|
391
|
385
|
android:layout_height="40px"
|
392
|
386
|
android:text="确认"
|
393
|
387
|
android:textSize="17px"
|
394
|
|
- android:textColor="#ffffff"
|
|
388
|
+ android:textColor="#000000"
|
395
|
389
|
android:background="@drawable/buttonshap"
|
396
|
390
|
android:layout_marginTop="50px"
|
397
|
391
|
android:gravity="center"
|