- android:gravity="center_vertical"
|
|
254
|
|
- android:background="@color/background_white"
|
|
255
|
|
- android:orientation="horizontal">
|
|
256
|
|
-
|
|
257
|
|
- <RelativeLayout
|
|
258
|
|
- android:layout_width="0dp"
|
|
259
|
|
- android:layout_weight="1"
|
|
260
|
|
- android:layout_height="match_parent">
|
|
261
|
|
-
|
|
262
|
|
- <TextView
|
|
263
|
|
- android:id="@+id/tv_today_capture_hours"
|
|
264
|
|
- android:layout_width="wrap_content"
|
|
265
|
|
- android:layout_height="wrap_content"
|
|
266
|
|
- android:layout_marginTop="20dp"
|
|
267
|
|
- android:textColor="@color/_7B8088"
|
|
268
|
|
- android:textSize="14sp"
|
|
269
|
|
- android:drawablePadding="4dp"
|
|
270
|
|
- android:layout_centerHorizontal="true"
|
|
271
|
|
- android:drawableTop="@drawable/capture_today"
|
|
272
|
|
- android:text="@string/today_capture"/>
|
|
273
|
|
-
|
|
274
|
|
- <TextView
|
|
275
|
|
- android:id="@+id/tv_today_capture_hours_account"
|
|
276
|
|
- android:layout_width="wrap_content"
|
|
277
|
|
- android:layout_height="wrap_content"
|
|
278
|
|
- android:layout_below="@id/tv_today_capture_hours"
|
|
279
|
|
- android:layout_marginTop="12dp"
|
|
280
|
|
- android:textColor="@color/_333333"
|
|
281
|
|
- android:textSize="16sp"
|
|
282
|
|
- android:layout_centerHorizontal="true"/>
|
|
283
|
|
-
|
|
284
|
|
- </RelativeLayout>
|
|
285
|
|
-
|
|
286
|
|
- <View
|
|
287
|
|
- android:layout_width="1px"
|
|
288
|
|
- android:layout_height="45dp"
|
|
289
|
|
- android:background="@color/text_hint_grey_color"/>
|
|
290
|
|
-
|
|
291
|
|
- <RelativeLayout
|
|
292
|
|
- android:layout_width="0dp"
|
|
293
|
|
- android:layout_weight="1"
|
|
294
|
|
- android:layout_height="match_parent">
|
|
295
|
|
-
|
|
296
|
|
- <TextView
|
|
297
|
|
- android:id="@+id/tv_upload_photo"
|
|
298
|
|
- android:layout_width="wrap_content"
|
|
299
|
|
- android:layout_height="wrap_content"
|
|
300
|
|
- android:layout_marginTop="20dp"
|
|
301
|
|
- android:textColor="@color/_7B8088"
|
|
302
|
|
- android:textSize="14sp"
|
|
303
|
|
- android:drawablePadding="4dp"
|
|
304
|
|
- android:layout_centerHorizontal="true"
|
|
305
|
|
- android:drawableTop="@drawable/upload"
|
|
306
|
|
- android:text="@string/photo_upload_count"/>
|
|
307
|
|
-
|
|
308
|
|
- <TextView
|
|
309
|
|
- android:id="@+id/tv_upload_photo_num"
|
|
310
|
|
- android:layout_width="wrap_content"
|
|
311
|
|
- android:layout_height="wrap_content"
|
|
312
|
|
- android:layout_below="@id/tv_upload_photo"
|
|
313
|
|
- android:layout_marginTop="12dp"
|
|
314
|
|
- android:textColor="@color/_333333"
|
|
315
|
|
- android:textSize="16sp"
|
|
316
|
|
- android:layout_centerHorizontal="true"/>
|
|
317
|
|
-
|
|
318
|
|
- </RelativeLayout>
|
|
319
|
|
-
|
|
320
|
|
- <View
|
|
321
|
|
- android:layout_width="1px"
|
|
322
|
|
- android:layout_height="45dp"
|
|
323
|
|
- android:background="@color/text_hint_grey_color"/>
|
|
324
|
|
-
|
|
325
|
|
- <RelativeLayout
|
|
326
|
|
- android:layout_width="0dp"
|
|
327
|
|
- android:layout_weight="1"
|
|
328
|
|
- android:layout_height="match_parent">
|
|
329
|
|
-
|
|
330
|
|
- <TextView
|
|
331
|
|
- android:id="@+id/tv_total_incoming"
|
|
332
|
|
- android:layout_width="wrap_content"
|
|
333
|
|
- android:layout_height="wrap_content"
|
|
334
|
|
- android:layout_marginTop="20dp"
|
|
335
|
|
- android:textColor="@color/_7B8088"
|
|
336
|
|
- android:textSize="14sp"
|
|
337
|
|
- android:drawablePadding="4dp"
|
|
338
|
|
- android:layout_centerHorizontal="true"
|
|
339
|
|
- android:drawableTop="@drawable/incoming_today"
|
|
340
|
|
- android:text="@string/total_incoming"/>
|
|
341
|
|
-
|
|
342
|
|
- <TextView
|
|
343
|
|
- android:id="@+id/tv_total_incoming_account"
|
|
344
|
|
- android:layout_width="wrap_content"
|
|
345
|
|
- android:layout_height="wrap_content"
|
|
346
|
|
- android:layout_below="@id/tv_total_incoming"
|
|
347
|
|
- android:layout_marginTop="12dp"
|
|
348
|
|
- android:textColor="@color/_333333"
|
|
349
|
|
- android:textSize="16sp"
|
|
350
|
|
- android:layout_centerHorizontal="true"/>
|
|
351
|
|
-
|
|
352
|
|
- </RelativeLayout>
|
|
353
|
|
-
|
|
354
|
|
- </LinearLayout>
|
|
355
|
|
-
|
|
356
|
|
-
|
|
357
|
288
|
</LinearLayout>
|
|
358
|
289
|
|
|
359
|
290
|
</RelativeLayout>
|
|
|
|
@@ -41,17 +41,17 @@
|
|
41
|
41
|
|
|
42
|
42
|
<string name="app_exit_hint">再按一次退出拍爱</string>
|
|
43
|
43
|
|
|
44
|
|
- <string name="today_incoming">今日收入(元)</string>
|
|
|
44
|
+ <string name="today_incoming">今日工分(元)</string>
|
|
45
|
45
|
|
|
46
|
46
|
<string name="today_capture">今日拍摄(张)</string>
|
|
47
|
47
|
|
|
48
|
|
- <string name="average_money">平均每张</string>
|
|
|
48
|
+ <string name="week_origin_sold">周高清图售出(张)</string>
|
|
49
|
49
|
|
|
50
|
50
|
<string name="today_capture_hour">今日拍摄</string>
|
|
51
|
51
|
|
|
52
|
52
|
<string name="photo_upload_count">累计上传</string>
|
|
53
|
53
|
|
|
54
|
|
- <string name="total_incoming">累计收入</string>
|
|
|
54
|
+ <string name="week_point">周积分(元)</string>
|
|
55
|
55
|
|
|
56
|
56
|
<string name="message">消息</string>
|
|
57
|
57
|
|