pre>
+ android:layout_height="wrap_content"
+ android:layout_below="@id/tv_today_upload"
+ android:layout_marginTop="12dp"
+ android:textColor="@color/_EF4847"
+ android:textSize="22sp"
+ android:layout_centerHorizontal="true"/>
+
+ </RelativeLayout>
+
+ <View
+ android:layout_width="1px"
+ android:layout_height="45dp"
+ android:background="@color/text_hint_grey_color"/>
+
+ <RelativeLayout
+ android:layout_width="0dp"
+ android:layout_weight="1"
+ android:layout_height="match_parent">
+
+ <TextView
+ android:id="@+id/tv_today_point"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_marginTop="15dp"
+ android:textColor="@color/_7B8088"
+ android:textSize="14sp"
+ android:layout_centerHorizontal="true"
+ android:text="@string/today_incoming"/>
+
+ <TextView
+ android:id="@+id/tv_today_point_amount"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_below="@id/tv_today_point"
+ android:layout_marginTop="12dp"
+ android:textColor="@color/_EF4847"
+ android:textSize="22sp"
+ android:layout_centerHorizontal="true"/>
+
+ </RelativeLayout>
+
+ </LinearLayout>
+ <LinearLayout
+ android:layout_width="match_parent"
+ android:layout_height="90dp"
+ android:orientation="horizontal"
+ android:gravity="center_vertical"
+ android:background="@color/background_white">
+
+ <RelativeLayout
+ android:layout_width="0dp"
+ android:layout_weight="1"
+ android:layout_height="match_parent">
+
+ <TextView
+ android:id="@+id/tv_week_origin_sold"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_marginTop="15dp"
+ android:textColor="@color/_7B8088"
+ android:textSize="14sp"
+ android:layout_centerHorizontal="true"
+ android:text="@string/week_origin_sold"/>
+
+ <TextView
+ android:id="@+id/tv_week_origin_sold_num"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_below="@id/tv_week_origin_sold"
+ android:layout_marginTop="12dp"
+ android:textColor="@color/_EF4847"
+ android:textSize="22sp"
+ android:layout_centerHorizontal="true"/>
+
+ </RelativeLayout>
+
+ <View
+ android:layout_width="1px"
+ android:layout_height="45dp"
+ android:background="@color/text_hint_grey_color"/>
+
+ <RelativeLayout
+ android:layout_width="0dp"
+ android:layout_weight="1"
+ android:layout_height="match_parent">
+
+ <TextView
+ android:id="@+id/tv_week_point"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_marginTop="15dp"
+ android:textColor="@color/_7B8088"
+ android:textSize="14sp"
+ android:layout_centerHorizontal="true"
+ android:text="@string/week_point"/>
+
+ <TextView
+ android:id="@+id/tv_week_point_amount"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_below="@id/tv_week_point"
+ android:layout_marginTop="12dp"
+ android:textColor="@color/_EF4847"
+ android:textSize="22sp"
+ android:layout_centerHorizontal="true"/>
+
+ </RelativeLayout>
+
+ </LinearLayout>
+
+ <LinearLayout
+ android:id="@+id/layout_message_part"
+ android:layout_marginTop="8dp"
+ android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_gravity="center_vertical"
- android:text="@string/message"
+ android:background="@color/background_white"
+ android:orientation="vertical">
+
+ <LinearLayout
+ android:layout_width="match_parent"
+ android:layout_height="32dp"
+ android:orientation="horizontal">
+
+ <TextView
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_gravity="center_vertical"
+ android:text="@string/message"
+ android:paddingLeft="10dp"
+ android:textColor="@color/_7B8088"
+ android:textSize="14sp"
+ />
+ </LinearLayout>
+
+ </LinearLayout>
+
+ <View
+ android:layout_width="match_parent"
+ android:layout_height="1px"
+ android:background="@color/text_hint_grey_color"/>
+
+ <LinearLayout
+ android:layout_width="match_parent"
+ android:layout_height="44dp"
android:paddingLeft="10dp"
- android:textColor="@color/_7B8088"
- android:textSize="14sp"
- />
- </LinearLayout>
-
- </LinearLayout>
-
- <View
- android:layout_width="match_parent"
- android:layout_height="1px"
- android:background="@color/text_hint_grey_color"/>
-
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="44dp"
- android:paddingLeft="10dp"
- android:paddingRight="6dp"
- android:background="@color/background_white"
- android:orientation="horizontal">
-
- <TextSwitcher
- android:id="@+id/switcher_system_msg"
- android:layout_width="0dp"
- android:inAnimation="@android:anim/slide_in_left"
- android:outAnimation="@android:anim/slide_out_right"
- android:layout_height="wrap_content"
- android:layout_gravity="center_vertical"
- android:layout_weight="1"/>
-
- <ImageView
- android:layout_width="10dp"
- android:layout_height="18dp"
- android:layout_gravity="center_vertical"
- android:src="@drawable/arrow_right"/>
-
-</LinearLayout>
-
- <View
- android:layout_width="match_parent"
- android:layout_height="1px"
- android:background="@color/text_hint_grey_color"/>
-
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="44dp"
- android:paddingLeft="10dp"
- android:paddingRight="6dp"
- android:background="@color/background_white"
- android:orientation="horizontal">
-
- <TextSwitcher
- android:id="@+id/switcher_order_msg"
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:inAnimation="@android:anim/slide_in_left"
- android:outAnimation="@android:anim/slide_out_right"
- android:layout_gravity="center_vertical"
- android:layout_weight="1"/>
-
- <ImageView
- android:layout_width="10dp"
- android:layout_height="18dp"
- android:layout_gravity="center_vertical"
- android:src="@drawable/arrow_right"/>
+ android:paddingRight="6dp"
+ android:background="@color/background_white"
+ android:orientation="horizontal">
+
+ <TextSwitcher
+ android:id="@+id/switcher_system_msg"
+ android:layout_width="0dp"
+ android:inAnimation="@android:anim/slide_in_left"
+ android:outAnimation="@android:anim/slide_out_right"
+ android:layout_height="wrap_content"
+ android:layout_gravity="center_vertical"
+ android:layout_weight="1"/>
+
+ <ImageView
+ android:layout_width="10dp"
+ android:layout_height="18dp"
+ android:layout_gravity="center_vertical"
+ android:src="@drawable/arrow_right"/>
+
+ </LinearLayout>
+
+ <View
+ android:layout_width="match_parent"
+ android:layout_height="1px"
+ android:background="@color/text_hint_grey_color"/>
+
+ <LinearLayout
+ android:layout_width="match_parent"
+ android:layout_height="44dp"
+ android:paddingLeft="10dp"
+ android:paddingRight="6dp"
+ android:background="@color/background_white"
+ android:orientation="horizontal">
+
+ <TextSwitcher
+ android:id="@+id/switcher_order_msg"
+ android:layout_width="0dp"
+ android:layout_height="wrap_content"
+ android:inAnimation="@android:anim/slide_in_left"
+ android:outAnimation="@android:anim/slide_out_right"
+ android:layout_gravity="center_vertical"
+ android:layout_weight="1"/>
+
+ <ImageView
+ android:layout_width="10dp"
+ android:layout_height="18dp"
+ android:layout_gravity="center_vertical"
+ android:src="@drawable/arrow_right"/>
+
+ </LinearLayout>
+
+ <LinearLayout
+ android:id="@+id/layout_box_part"
+ android:layout_marginTop="8dp"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:background="@color/background_white"
+ android:orientation="vertical">
+
+ <LinearLayout
+ android:layout_width="match_parent"
+ android:layout_height="32dp"
+ android:orientation="horizontal">
+
+ <TextView
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_gravity="center_vertical"
+ android:text="@string/box_setting"
+ android:paddingLeft="10dp"
+ android:textColor="@color/_7B8088"
+ android:textSize="14sp"
+ />
+ </LinearLayout>
+
+ <View
+ android:layout_width="match_parent"
+ android:layout_height="1px"
+ android:background="@color/text_hint_grey_color"/>
+
+ <LinearLayout
+ android:layout_width="match_parent"
+ android:layout_height="44dp"
+ android:orientation="horizontal">
+
+ <TextView
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_gravity="center_vertical"
+ android:text="@string/box_no"
+ android:paddingLeft="10dp"
+ android:textColor="@color/dark_grey"
+ android:textSize="16sp"
+ />
+
+ <TextView
+ android:id="@+id/tv_box_num"
+ android:layout_width="0dp"
+ android:layout_weight="1"
+ android:layout_height="match_parent"
+ android:gravity="center_vertical|right"
+ android:text="SN89757"
+ android:paddingRight="10dp"
+ android:textColor="@color/grey"
+ android:textSize="14sp"
+ />
+ </LinearLayout>
+
+ <View
+ android:layout_width="match_parent"
+ android:layout_height="1px"
+ android:background="@color/text_hint_grey_color"/>
+
+ <LinearLayout
+ android:layout_width="match_parent"
+ android:layout_height="44dp"
+ android:orientation="horizontal">
+
+ <TextView
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_gravity="center_vertical"
+ android:text="@string/box_status"
+ android:paddingLeft="10dp"
+ android:textColor="@color/dark_grey"
+ android:textSize="16sp"
+ />
+
+ <TextView
+ android:id="@+id/tv_box_status"
+ android:layout_width="0dp"
+ android:layout_weight="1"
+ android:layout_height="match_parent"
+ android:gravity="center_vertical|right"
+ android:text="@string/connected_device"
+ android:paddingRight="10dp"
+ android:textColor="@color/grey"
+ android:textSize="14sp"
+ />
+ </LinearLayout>
+
+ </LinearLayout>
+
+ <LinearLayout
+ android:id="@+id/layout_price_part"
+ android:layout_marginTop="8dp"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:background="@color/background_white"
+ android:orientation="vertical">
+
+ <LinearLayout
+ android:layout_width="match_parent"
+ android:layout_height="44dp"
+ android:paddingRight="6dp"
+ android:orientation="horizontal">
+
+ <TextView
+ android:layout_width="0dp"
+ android:layout_height="wrap_content"
+ android:layout_gravity="center_vertical"
+ android:text="@string/price_manage"
+ android:paddingLeft="10dp"
+ android:textColor="@color/dark_grey"
+ android:textSize="16sp"
+ android:layout_weight="1"/>
+
+ <ImageView
+ android:layout_width="10dp"
+ android:layout_height="18dp"
+ android:layout_gravity="center_vertical"
+ android:src="@drawable/arrow_right"/>
+
+ </LinearLayout>
+
+ <View
+ android:layout_width="match_parent"
+ android:layout_height="1px"
+ android:background="@color/text_hint_grey_color"/>
+
+ <LinearLayout
+ android:layout_width="match_parent"
+ android:layout_height="44dp"
+ android:paddingRight="6dp"
+ android:orientation="horizontal">
+
+ <TextView
+ android:layout_width="0dp"
+ android:layout_height="wrap_content"
+ android:layout_gravity="center_vertical"
+ android:text="@string/platform_price_rule"
+ android:paddingLeft="10dp"
+ android:textColor="@color/dark_grey"
+ android:textSize="16sp"
+ android:layout_weight="1"/>
+
+ <ImageView
+ android:layout_width="10dp"
+ android:layout_height="18dp"
+ android:layout_gravity="center_vertical"
+ android:src="@drawable/arrow_right"/>
+
+ </LinearLayout>
+
+ </LinearLayout>
- </LinearLayout>
+ </LinearLayout>
+ </ScrollView>
-</LinearLayout>
</RelativeLayout>
@@ -49,8 +49,6 @@ |
||
| 49 | 49 |
|
| 50 | 50 |
<string name="today_capture_hour">今日拍摄</string> |
| 51 | 51 |
|
| 52 |
- <string name="photo_upload_count">累计上传</string> |
|
| 53 |
- |
|
| 54 | 52 |
<string name="week_point">周积分(元)</string> |
| 55 | 53 |
|
| 56 | 54 |
<string name="message">消息</string> |
@@ -71,8 +69,6 @@ |
||
| 71 | 69 |
|
| 72 | 70 |
<string name="query_processing">正在查询打印机状态</string> |
| 73 | 71 |
|
| 74 |
- <string name="print_test">打印测试页</string> |
|
| 75 |
- |
|
| 76 | 72 |
<string name="bluetooth_status">蓝牙状态</string> |
| 77 | 73 |
|
| 78 | 74 |
<string name="bt_is_enabled">蓝牙已打开</string> |
@@ -112,4 +108,14 @@ |
||
| 112 | 108 |
<string name="printer_service_boot_fail">打印机服务连接失败,请退出应用重试</string> |
| 113 | 109 |
|
| 114 | 110 |
<string name="not_set_printer_yet">尚未设置打印机,去设置</string> |
| 111 |
+ |
|
| 112 |
+ <string name="box_setting">盒子设置</string> |
|
| 113 |
+ |
|
| 114 |
+ <string name="box_no">盒子编号</string> |
|
| 115 |
+ |
|
| 116 |
+ <string name="box_status">盒子状态</string> |
|
| 117 |
+ |
|
| 118 |
+ <string name="price_manage">价格管理</string> |
|
| 119 |
+ |
|
| 120 |
+ <string name="platform_price_rule">分成及结算规则</string> |
|
| 115 | 121 |
</resources> |