|
|
232
|
+
|
|
|
233
|
+
|
|
|
234
|
+ <RelativeLayout
|
|
|
235
|
+ android:layout_width="0dp"
|
|
|
236
|
+ android:layout_weight="1"
|
|
|
237
|
+ android:layout_height="match_parent">
|
|
|
238
|
+
|
|
|
239
|
+ <TextView
|
|
|
240
|
+ android:id="@+id/tv_total_incoming"
|
|
|
241
|
+ android:layout_width="wrap_content"
|
|
|
242
|
+ android:layout_height="wrap_content"
|
|
|
243
|
+ android:layout_marginTop="20dp"
|
|
|
244
|
+ android:textColor="@color/_7B8088"
|
|
|
245
|
+ android:textSize="14sp"
|
|
|
246
|
+ android:drawablePadding="4dp"
|
|
|
247
|
+ android:layout_centerHorizontal="true"
|
|
|
248
|
+ android:drawableTop="@drawable/incoming_today"
|
|
|
249
|
+ android:text="@string/total_incoming"/>
|
|
|
250
|
+
|
|
|
251
|
+ <TextView
|
|
|
252
|
+ android:id="@+id/tv_total_incoming_account"
|
|
|
253
|
+ android:layout_width="wrap_content"
|
|
|
254
|
+ android:layout_height="wrap_content"
|
|
|
255
|
+ android:layout_below="@id/tv_total_incoming"
|
|
|
256
|
+ android:layout_marginTop="12dp"
|
|
|
257
|
+ android:textColor="@color/_333333"
|
|
|
258
|
+ android:textSize="16sp"
|
|
|
259
|
+ android:layout_centerHorizontal="true"/>
|
|
|
260
|
+
|
|
|
261
|
+ </RelativeLayout>
|
|
|
262
|
+
|
|
|
263
|
+ </LinearLayout>
|
|
|
264
|
+
|
|
|
265
|
+
|
|
|
266
|
+</LinearLayout>
|
|
62
|
267
|
|
|
63
|
268
|
</RelativeLayout>
|
|
|
|
@@ -22,4 +22,8 @@
|
|
22
|
22
|
<color name="wx_login_btn_stroke">#25CA47</color>
|
|
23
|
23
|
<color name="agree_protocol_text_gray_color">#B3B3B3</color>
|
|
24
|
24
|
|
|
|
25
|
+ <color name="_7B8088">#7B8088</color>
|
|
|
26
|
+ <color name="_EF4847">#EF4847</color>
|
|
|
27
|
+ <color name="_333333">#333333</color>
|
|
|
28
|
+
|
|
25
|
29
|
</resources>
|
|
|
|
@@ -40,4 +40,16 @@
|
|
40
|
40
|
<string name="new_version_found">发现新版本,正在更新中</string>
|
|
41
|
41
|
|
|
42
|
42
|
<string name="app_exit_hint">再按一次退出拍爱</string>
|
|
|
43
|
+
|
|
|
44
|
+ <string name="today_incoming">今日收入(元)</string>
|
|
|
45
|
+
|
|
|
46
|
+ <string name="today_capture">今日拍摄(张)</string>
|
|
|
47
|
+
|
|
|
48
|
+ <string name="average_money">平均每张</string>
|
|
|
49
|
+
|
|
|
50
|
+ <string name="today_capture_hour">今日拍摄</string>
|
|
|
51
|
+
|
|
|
52
|
+ <string name="photo_upload_count">累计上传</string>
|
|
|
53
|
+
|
|
|
54
|
+ <string name="total_incoming">累计收入</string>
|
|
43
|
55
|
</resources>
|