91f277641dd6876b0e1c35350ebe34ffR171">171
</RelativeLayout>
<View
android:layout_width="1px"
android:layout_height="45dp"
- android:background="@color/text_hint_grey_color"/>
+ android:background="@color/text_hint_grey_color" />
<RelativeLayout
android:layout_width="0dp"
- android:layout_weight="1"
- android:layout_height="match_parent">
+ android:layout_height="match_parent"
+ android:layout_weight="1">
<TextView
android:id="@+id/tv_week_point"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
+ android:layout_centerHorizontal="true"
android:layout_marginTop="15dp"
+ android:text="@string/week_point"
android:textColor="@color/_7B8088"
- android:textSize="14sp"
- android:layout_centerHorizontal="true"
- android:text="@string/week_point"/>
+ android:textSize="14sp" />
<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_centerHorizontal="true"
android:layout_marginTop="12dp"
android:textColor="@color/_EF4847"
- android:textSize="22sp"
- android:layout_centerHorizontal="true"/>
+ android:textSize="22sp" />
</RelativeLayout>
@@ -206,9 +206,9 @@
<LinearLayout
android:id="@+id/layout_message_part"
- android:layout_marginTop="8dp"
android:layout_width="match_parent"
android:layout_height="wrap_content"
+ android:layout_marginTop="8dp"
android:background="@color/background_white"
android:orientation="vertical">
@@ -221,11 +221,10 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
- android:text="@string/message"
android:paddingLeft="10dp"
+ android:text="@string/message"
android:textColor="@color/_7B8088"
- android:textSize="14sp"
- />
+ android:textSize="14sp" />
</LinearLayout>
</LinearLayout>
@@ -233,68 +232,138 @@
<View
android:layout_width="match_parent"
android:layout_height="1px"
- android:background="@color/text_hint_grey_color"/>
+ 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">
+ android:orientation="horizontal"
+ android:paddingLeft="10dp"
+ android:paddingRight="6dp">
<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"/>
+ android:layout_weight="1"
+ android:inAnimation="@android:anim/slide_in_left"
+ android:outAnimation="@android:anim/slide_out_right" />
<ImageView
android:layout_width="10dp"
android:layout_height="18dp"
android:layout_gravity="center_vertical"
- android:src="@drawable/arrow_right"/>
+ android:src="@drawable/arrow_right" />
</LinearLayout>
<View
android:layout_width="match_parent"
android:layout_height="1px"
- android:background="@color/text_hint_grey_color"/>
+ 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">
+ android:orientation="horizontal"
+ android:paddingLeft="10dp"
+ android:paddingRight="6dp">
<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"/>
+ android:layout_weight="1"
+ android:inAnimation="@android:anim/slide_in_left"
+ android:outAnimation="@android:anim/slide_out_right" />
<ImageView
android:layout_width="10dp"
android:layout_height="18dp"
android:layout_gravity="center_vertical"
- android:src="@drawable/arrow_right"/>
+ android:src="@drawable/arrow_right" />
</LinearLayout>
<LinearLayout
- android:id="@+id/layout_box_part"
+ android:id="@+id/layout_upload_part"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
android:layout_marginTop="8dp"
+ 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:paddingLeft="10dp"
+ android:text="@string/upload_setting"
+ 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" />
+
+ <RadioGroup
+ android:id="@+id/rg_upload_settings"
+ android:layout_width="match_parent"
+ android:layout_height="44dp"
+ android:orientation="horizontal"
+ android:gravity="center">
+
+ <RadioButton
+ android:id="@+id/rb_upload_fast"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_marginLeft="10dp"
+ android:layout_marginRight="10dp"
+ android:textColor="@color/dark_grey"
+ android:textSize="16sp"
+ android:text="@string/upload_fast"/>
+
+ <RadioButton
+ android:id="@+id/rb_upload_normal"
+ android:checked="true"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_marginLeft="10dp"
+ android:layout_marginRight="10dp"
+ android:textColor="@color/dark_grey"
+ android:textSize="16sp"
+ android:text="@string/upload_normal"/>
+
+
+ <RadioButton
+ android:id="@+id/rb_upload_slow"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_marginLeft="10dp"
+ android:layout_marginRight="10dp"
+ android:textColor="@color/dark_grey"
+ android:textSize="16sp"
+ android:text="@string/upload_slow"/>
+ </RadioGroup>
+
+ </LinearLayout>
+
+ <LinearLayout
+ android:id="@+id/layout_box_part"
android:layout_width="match_parent"
android:layout_height="wrap_content"
+ android:layout_marginTop="8dp"
android:background="@color/background_white"
android:orientation="vertical">
@@ -307,17 +376,16 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
- android:text="@string/box_setting"
android:paddingLeft="10dp"
+ android:text="@string/box_setting"
android:textColor="@color/_7B8088"
- android:textSize="14sp"
- />
+ android:textSize="14sp" />
</LinearLayout>
<View
android:layout_width="match_parent"
android:layout_height="1px"
- android:background="@color/text_hint_grey_color"/>
+ android:background="@color/text_hint_grey_color" />
<LinearLayout
android:layout_width="match_parent"
@@ -328,29 +396,27 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
- android:text="@string/box_no"
android:paddingLeft="10dp"
+ android:text="@string/box_no"
android:textColor="@color/dark_grey"
- android:textSize="16sp"
- />
+ android:textSize="16sp" />
<TextView
android:id="@+id/tv_box_num"
android:layout_width="0dp"
- android:layout_weight="1"
android:layout_height="match_parent"
+ android:layout_weight="1"
android:gravity="center_vertical|right"
- android:text="SN89757"
android:paddingRight="10dp"
+ android:text="SN89757"
android:textColor="@color/grey"
- android:textSize="14sp"
- />
+ android:textSize="14sp" />
</LinearLayout>
<View
android:layout_width="match_parent"
android:layout_height="1px"
- android:background="@color/text_hint_grey_color"/>
+ android:background="@color/text_hint_grey_color" />
<LinearLayout
android:layout_width="match_parent"
@@ -361,32 +427,30 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
- android:text="@string/box_status"
android:paddingLeft="10dp"
+ android:text="@string/box_status"
android:textColor="@color/dark_grey"
- android:textSize="16sp"
- />
+ android:textSize="16sp" />
<TextView
android:id="@+id/tv_box_status"
android:layout_width="0dp"
- android:layout_weight="1"
android:layout_height="match_parent"
+ android:layout_weight="1"
android:gravity="center_vertical|right"
- android:text="@string/connected_device"
android:paddingRight="10dp"
+ android:text="@string/connected_device"
android:textColor="@color/grey"
- android:textSize="14sp"
- />
+ 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:layout_marginTop="8dp"
android:background="@color/background_white"
android:orientation="vertical">
@@ -394,15 +458,15 @@
android:id="@+id/layout_price_setting"
android:layout_width="match_parent"
android:layout_height="44dp"
- android:paddingRight="6dp"
- android:orientation="horizontal">
+ android:orientation="horizontal"
+ android:paddingRight="6dp">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
- android:text="@string/price_manage"
android:paddingLeft="10dp"
+ android:text="@string/price_manage"
android:textColor="@color/dark_grey"
android:textSize="16sp" />
@@ -411,47 +475,47 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
- android:text="@string/price_manage"
+ android:layout_weight="1"
android:paddingLeft="10dp"
+ android:text="@string/price_manage"
android:textColor="@color/grey"
- android:textSize="14sp"
- android:layout_weight="1"/>
+ android:textSize="14sp" />
<ImageView
android:layout_width="10dp"
android:layout_height="18dp"
android:layout_gravity="center_vertical"
- android:src="@drawable/arrow_right"/>
+ android:src="@drawable/arrow_right" />
</LinearLayout>
<View
android:layout_width="match_parent"
android:layout_height="1px"
- android:background="@color/text_hint_grey_color"/>
+ android:background="@color/text_hint_grey_color" />
<LinearLayout
android:id="@+id/layout_price_introduction"
android:layout_width="match_parent"
android:layout_height="44dp"
- android:paddingRight="6dp"
- android:orientation="horizontal">
+ android:orientation="horizontal"
+ android:paddingRight="6dp">
<TextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
- android:text="@string/platform_price_rule"
+ android:layout_weight="1"
android:paddingLeft="10dp"
+ android:text="@string/platform_price_rule"
android:textColor="@color/dark_grey"
- android:textSize="16sp"
- android:layout_weight="1"/>
+ android:textSize="16sp" />
<ImageView
android:layout_width="10dp"
android:layout_height="18dp"
android:layout_gravity="center_vertical"
- android:src="@drawable/arrow_right"/>
+ android:src="@drawable/arrow_right" />
</LinearLayout>
@@ -165,4 +165,10 @@ |
||
| 165 | 165 |
<string name="can_not_delete">该照片已在上传队列,无法删除</string> |
| 166 | 166 |
|
| 167 | 167 |
<string name="sdcard_fail">手机sd卡错误</string> |
| 168 |
+ |
|
| 169 |
+ <string name="upload_setting">上传延时设置</string> |
|
| 170 |
+ |
|
| 171 |
+ <string name="upload_slow">长</string> |
|
| 172 |
+ <string name="upload_normal">中</string> |
|
| 173 |
+ <string name="upload_fast">短</string> |
|
| 168 | 174 |
</resources> |