Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

android / dayu

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • dayu
  • orderCenter
  • src
  • main
  • res
  • layout
  • fragment_order_datails.xml
Find file
Normal viewHistoryPermalink
fragment_order_datails.xml 50.7 KB
Newer Older
yu's avatar
init
e37b6764
 
yu committed 7 years ago
1
<?xml version="1.0" encoding="utf-8"?>
罗翻's avatar
去除butternife,使用databingding
a0d4cd6a
 
罗翻 committed 7 years ago
2 3 4 5
<layout xmlns:android="http://schemas.android.com/apk/res/android">

    <data>

罗翻's avatar
将mvp替换成mvvm
d478f62a
 
罗翻 committed 7 years ago
6
        <import type="android.view.View" />
罗翻's avatar
去除butternife,使用databingding
a0d4cd6a
 
罗翻 committed 7 years ago
7

罗翻's avatar
将mvp替换成mvvm
d478f62a
 
罗翻 committed 7 years ago
8
        <import type="android.text.TextUtils" />
yu's avatar
init
e37b6764
 
yu committed 7 years ago
9

罗翻's avatar
去除butternife,使用databingding
a0d4cd6a
 
罗翻 committed 7 years ago
10 11
        <variable
            name="item"
罗翻's avatar
增加ordercenter和loctionlib
ae60479a
 
罗翻 committed 7 years ago
12
            type="com.dayu.order.api.protocol.OrderDetail" />
罗翻's avatar
去除butternife,使用databingding
a0d4cd6a
 
罗翻 committed 7 years ago
13 14
    </data>

罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
15
    <RelativeLayout
yu's avatar
init
e37b6764
 
yu committed 7 years ago
16
        android:layout_width="match_parent"
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
17
        android:layout_height="match_parent">
yu's avatar
init
e37b6764
 
yu committed 7 years ago
18

罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
19
        <LinearLayout
yu's avatar
init
e37b6764
 
yu committed 7 years ago
20
            android:layout_width="match_parent"
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
21 22
            android:layout_height="match_parent"
            android:orientation="vertical">
罗翻's avatar
1.0.2版本
43755525
 
罗翻 committed 7 years ago
23

wukun's avatar
1.androidx
831aeac7
 
wukun committed 2 years ago
24
            <androidx.core.widget.NestedScrollView
罗翻's avatar
订单流程修改
0f0b21cb
 
罗翻 committed 7 years ago
25
                android:layout_width="match_parent"
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
26 27 28
                android:layout_height="0dp"
                android:layout_weight="1"
                android:scrollbars="none">
罗翻's avatar
去除butternife,使用databingding
a0d4cd6a
 
罗翻 committed 7 years ago
29 30 31

                <RelativeLayout
                    android:layout_width="match_parent"
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
32
                    android:layout_height="match_parent">
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
33 34 35 36

                    <RelativeLayout
                        android:layout_width="match_parent"
                        android:layout_height="wrap_content"
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
37
                        android:layout_alignParentStart="true"
wukun's avatar
20230705需求
113866b8
 
wukun committed a year ago
38
                        android:layout_alignParentLeft="true"
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
39
                        android:layout_alignParentTop="true">
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
40 41

                        <TextView
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
42 43
                            android:id="@+id/text_title_order"
                            android:layout_width="wrap_content"
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
44
                            android:layout_height="wrap_content"
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
45 46 47 48
                            android:layout_marginLeft="@dimen/dp_13"
                            android:layout_marginTop="@dimen/dp_10"
                            android:text="@string/tv_order_eg"
                            android:textColor="@color/cl_order_text_title"
罗翻's avatar
android1.9.9
9e8f1f3f
 
罗翻 committed 6 years ago
49
                            android:textSize="@dimen/sp_14" />
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
50 51 52 53 54 55 56 57

                        <TextView
                            android:id="@+id/text_one"
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:layout_below="@id/text_title_order"
                            android:layout_marginLeft="@dimen/dp_13"
                            android:layout_marginTop="@dimen/dp_13"
罗翻's avatar
去除代码中的中文字
b61ecd3a
 
罗翻 committed 7 years ago
58
                            android:text="@string/order_num"
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
59
                            android:textColor="@color/cl_order_text_one"
罗翻's avatar
android1.9.9
9e8f1f3f
 
罗翻 committed 6 years ago
60
                            android:textSize="@dimen/sp_14" />
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
61 62 63 64 65 66 67 68 69 70

                        <TextView
                            android:id="@+id/tv_order_num"
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:layout_below="@id/text_title_order"
                            android:layout_marginLeft="@dimen/dp_10"
                            android:layout_marginTop="@dimen/dp_13"
                            android:layout_toRightOf="@id/text_one"
                            android:text='@{!TextUtils.isEmpty(item.orderNum)?item.orderNum:@string/no_data,default = @string/no_data}'
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
71
                            android:textColor="@color/cl_home_title_text_color"
罗翻's avatar
android1.9.9
9e8f1f3f
 
罗翻 committed 6 years ago
72
                            android:textSize="@dimen/sp_14" />
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
73 74

                        <TextView
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
75 76
                            android:id="@+id/text_two"
                            android:layout_width="wrap_content"
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
77
                            android:layout_height="wrap_content"
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
78 79 80
                            android:layout_below="@id/text_one"
                            android:layout_marginLeft="@dimen/dp_13"
                            android:layout_marginTop="@dimen/dp_13"
罗翻's avatar
去除代码中的中文字
b61ecd3a
 
罗翻 committed 7 years ago
81
                            android:text="@string/order_state"
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
82
                            android:textColor="@color/cl_order_text_one"
罗翻's avatar
android1.9.9
9e8f1f3f
 
罗翻 committed 6 years ago
83
                            android:textSize="@dimen/sp_14" />
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
84

罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
85 86 87 88 89 90 91 92 93
                        <TextView
                            android:id="@+id/tv_order_state"
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:layout_below="@id/text_one"
                            android:layout_marginLeft="@dimen/dp_10"
                            android:layout_marginTop="@dimen/dp_13"
                            android:layout_toRightOf="@id/text_two"
                            android:textColor="@color/cl_tab_read"
罗翻's avatar
android1.9.9
9e8f1f3f
 
罗翻 committed 6 years ago
94
                            android:textSize="@dimen/sp_14" />
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
95

罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
96 97 98 99 100 101 102
                        <TextView
                            android:id="@+id/tv_serve"
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:layout_below="@id/text_two"
                            android:layout_marginLeft="@dimen/dp_13"
                            android:layout_marginTop="@dimen/dp_13"
罗翻's avatar
去除代码中的中文字
b61ecd3a
 
罗翻 committed 7 years ago
103
                            android:text="@string/server_name"
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
104
                            android:textColor="@color/cl_order_text_one"
罗翻's avatar
android1.9.9
9e8f1f3f
 
罗翻 committed 6 years ago
105
                            android:textSize="@dimen/sp_14" />
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
106 107 108 109 110 111 112 113 114 115 116

                        <TextView
                            android:id="@+id/tv_serve_name"
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:layout_below="@id/text_two"
                            android:layout_marginLeft="@dimen/dp_10"
                            android:layout_marginTop="@dimen/dp_13"
                            android:layout_toRightOf="@id/tv_serve"
                            android:text='@{!TextUtils.isEmpty(item.spuName)?item.spuName:@string/no_data}'
                            android:textColor="@color/cl_home_title_text_color"
罗翻's avatar
android1.9.9
9e8f1f3f
 
罗翻 committed 6 years ago
117
                            android:textSize="@dimen/sp_14" />
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
118 119

                        <TextView
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
120
                            android:id="@+id/text_three"
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
121 122
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
123 124 125
                            android:layout_below="@id/tv_serve_name"
                            android:layout_marginLeft="@dimen/dp_13"
                            android:layout_marginTop="@dimen/dp_13"
罗翻's avatar
去除代码中的中文字
b61ecd3a
 
罗翻 committed 7 years ago
126
                            android:text="@string/prodcut"
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
127
                            android:textColor="@color/cl_order_text_one"
罗翻's avatar
android1.9.9
9e8f1f3f
 
罗翻 committed 6 years ago
128
                            android:textSize="@dimen/sp_14" />
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
129

罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
130 131 132 133 134 135 136 137 138 139
                        <TextView
                            android:id="@+id/tv_product"
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:layout_below="@id/tv_serve_name"
                            android:layout_marginLeft="@dimen/dp_10"
                            android:layout_marginTop="@dimen/dp_13"
                            android:layout_toRightOf="@id/text_three"
                            android:text='@{!TextUtils.isEmpty(item.categoryName)?item.categoryName:@string/no_data}'
                            android:textColor="@color/cl_home_title_text_color"
罗翻's avatar
android1.9.9
9e8f1f3f
 
罗翻 committed 6 years ago
140
                            android:textSize="@dimen/sp_14" />
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
141

罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
142 143
                        <TextView
                            android:id="@+id/text_foure"
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
144 145
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
146
                            android:layout_below="@id/text_three"
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
147
                            android:layout_marginLeft="@dimen/dp_13"
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
148
                            android:layout_marginTop="@dimen/dp_13"
罗翻's avatar
去除代码中的中文字
b61ecd3a
 
罗翻 committed 7 years ago
149
                            android:text="@string/prodcut_type"
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
150
                            android:textColor="@color/cl_order_text_one"
罗翻's avatar
android1.9.9
9e8f1f3f
 
罗翻 committed 6 years ago
151
                            android:textSize="@dimen/sp_14" />
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
152

罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
153 154 155 156 157 158 159 160 161 162
                        <TextView
                            android:id="@+id/tv_type"
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:layout_below="@id/text_three"
                            android:layout_marginLeft="@dimen/dp_10"
                            android:layout_marginTop="@dimen/dp_13"
                            android:layout_toRightOf="@id/text_foure"
                            android:text='@{!TextUtils.isEmpty(item.providerName)?item.providerName:@string/no_data}'
                            android:textColor="@color/cl_home_title_text_color"
罗翻's avatar
android1.9.9
9e8f1f3f
 
罗翻 committed 6 years ago
163
                            android:textSize="@dimen/sp_14" />
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
164

罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
165 166 167 168 169 170
                        <TextView
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:layout_below="@id/tv_type"
                            android:layout_marginLeft="@dimen/dp_13"
                            android:layout_marginTop="@dimen/dp_13"
罗翻's avatar
去除代码中的中文字
b61ecd3a
 
罗翻 committed 7 years ago
171
                            android:text="@string/door_time"
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
172
                            android:textColor="@color/cl_order_text_one"
罗翻's avatar
android1.9.9
9e8f1f3f
 
罗翻 committed 6 years ago
173
                            android:textSize="@dimen/sp_14" />
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
174

罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
175 176 177 178 179 180 181 182 183 184
                        <TextView
                            android:id="@+id/tv_door_time"
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:layout_below="@id/tv_type"
                            android:layout_marginLeft="@dimen/dp_10"
                            android:layout_marginTop="@dimen/dp_13"
                            android:layout_toRightOf="@id/text_foure"
                            android:text='@{!TextUtils.isEmpty(item.confirmDoorTime)?item.confirmDoorTime:@string/no_data}'
                            android:textColor="@color/cl_home_title_text_color"
罗翻's avatar
android1.9.9
9e8f1f3f
 
罗翻 committed 6 years ago
185
                            android:textSize="@dimen/sp_14" />
罗翻's avatar
去除butternife,使用databingding
a0d4cd6a
 
罗翻 committed 7 years ago
186

罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
187

罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
188 189 190 191 192 193 194
                        <TextView
                            android:id="@+id/textView2"
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:layout_below="@id/tv_door_time"
                            android:layout_marginLeft="@dimen/dp_13"
                            android:layout_marginTop="@dimen/dp_13"
罗翻's avatar
android v1.9.8
2435571d
 
罗翻 committed 6 years ago
195
                            android:text="@string/server_desc"
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
196
                            android:textColor="@color/cl_order_text_one"
罗翻's avatar
android1.9.9
9e8f1f3f
 
罗翻 committed 6 years ago
197
                            android:textSize="@dimen/sp_14" />
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
198 199 200 201 202 203 204 205

                        <RelativeLayout
                            android:id="@+id/rl_info_detail"
                            android:layout_width="match_parent"
                            android:layout_height="wrap_content"
                            android:layout_below="@id/tv_door_time"
                            android:layout_marginLeft="@dimen/dp_10"
                            android:layout_marginTop="@dimen/dp_13"
罗翻's avatar
android1.9.9
9e8f1f3f
 
罗翻 committed 6 years ago
206 207
                            android:layout_toRightOf="@id/text_foure"
                            android:gravity="center_vertical">
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
208 209 210 211 212

                            <TextView
                                android:id="@+id/tv_order_rmark"
                                android:layout_width="match_parent"
                                android:layout_height="wrap_content"
罗翻's avatar
android v1.9.8
2435571d
 
罗翻 committed 6 years ago
213
                                android:layout_marginRight="50dp"
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
214 215 216
                                android:gravity="center_vertical"
                                android:maxEms="500"
                                android:maxLines="2"
罗翻's avatar
android v1.9.8
2435571d
 
罗翻 committed 6 years ago
217
                                android:text='@{TextUtils.isEmpty(item.taskDesc)?@string/no_data:item.taskDesc}'
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
218
                                android:textColor="@color/cl_home_title_text_color"
罗翻's avatar
android1.9.9
9e8f1f3f
 
罗翻 committed 6 years ago
219
                                android:textSize="14sp" />
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
220 221

                            <TextView
罗翻's avatar
android v1.9.8
2435571d
 
罗翻 committed 6 years ago
222 223 224 225 226 227 228 229 230 231 232
                                android:id="@+id/desc_edite"
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:layout_alignParentRight="true"
                                android:layout_centerVertical="true"
                                android:layout_marginRight="10dp"
                                android:text="@string/edite"
                                android:textColor="@color/bg_button"
                                android:textSize="13.3dp" />

                            <TextView
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
233 234 235 236
                                android:id="@+id/tv_look_more"
                                android:layout_width="match_parent"
                                android:layout_height="wrap_content"
                                android:layout_below="@+id/tv_order_rmark"
罗翻's avatar
android v1.9.8
2435571d
 
罗翻 committed 6 years ago
237
                                android:layout_marginRight="50dp"
罗翻's avatar
android1.9.9
9e8f1f3f
 
罗翻 committed 6 years ago
238
                                android:gravity="center_horizontal"
罗翻's avatar
android v1.9.8
2435571d
 
罗翻 committed 6 years ago
239 240
                                android:text="@string/look_more"
                                android:textColor="@color/cl_receiving_order_item_data"
罗翻's avatar
android1.9.9
9e8f1f3f
 
罗翻 committed 6 years ago
241
                                android:textSize="14sp"
罗翻's avatar
android v1.9.8
2435571d
 
罗翻 committed 6 years ago
242 243 244 245 246 247 248 249 250 251 252 253 254
                                android:visibility="gone" />

                        </RelativeLayout>

                        <TextView
                            android:id="@+id/tv_server_info"
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:layout_below="@id/rl_info_detail"
                            android:layout_marginLeft="13dp"
                            android:layout_marginTop="@dimen/dp_13"
                            android:text="@string/remark"
                            android:textColor="@color/cl_order_text_one"
罗翻's avatar
android1.9.9
9e8f1f3f
 
罗翻 committed 6 years ago
255
                            android:textSize="@dimen/sp_14" />
罗翻's avatar
android v1.9.8
2435571d
 
罗翻 committed 6 years ago
256 257 258 259 260 261 262 263

                        <RelativeLayout
                            android:id="@+id/rl_info_server"
                            android:layout_width="match_parent"
                            android:layout_height="wrap_content"
                            android:layout_below="@id/rl_info_detail"
                            android:layout_marginLeft="15dp"
                            android:layout_marginTop="@dimen/dp_13"
罗翻's avatar
android1.9.9
9e8f1f3f
 
罗翻 committed 6 years ago
264 265
                            android:layout_toRightOf="@id/tv_server_info"
                            android:gravity="center_vertical">
罗翻's avatar
android v1.9.8
2435571d
 
罗翻 committed 6 years ago
266 267 268 269 270 271 272 273 274 275 276

                            <TextView
                                android:id="@+id/tv_order_server"
                                android:layout_width="match_parent"
                                android:layout_height="wrap_content"
                                android:layout_marginRight="50dp"
                                android:gravity="center_vertical"
                                android:maxEms="500"
                                android:maxLines="2"
                                android:text='@{TextUtils.isEmpty(item.comment)?@string/no_data:item.comment}'
                                android:textColor="@color/cl_home_title_text_color"
罗翻's avatar
android1.9.9
9e8f1f3f
 
罗翻 committed 6 years ago
277
                                android:textSize="14sp" />
罗翻's avatar
android v1.9.8
2435571d
 
罗翻 committed 6 years ago
278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295

                            <TextView
                                android:id="@+id/remark_edite"
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:layout_alignParentRight="true"
                                android:layout_marginRight="10dp"
                                android:text="@string/edite"
                                android:textColor="@color/bg_button"
                                android:textSize="13.3dp" />

                            <TextView
                                android:id="@+id/tv_server_look_more"
                                android:layout_width="match_parent"
                                android:layout_height="wrap_content"
                                android:layout_below="@+id/tv_order_server"
                                android:layout_centerVertical="true"
                                android:layout_marginRight="50dp"
罗翻's avatar
android1.9.9
9e8f1f3f
 
罗翻 committed 6 years ago
296
                                android:gravity="center_horizontal"
罗翻's avatar
去除代码中的中文字
b61ecd3a
 
罗翻 committed 7 years ago
297
                                android:text="@string/look_more"
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
298
                                android:textColor="@color/cl_receiving_order_item_data"
罗翻's avatar
android1.9.9
9e8f1f3f
 
罗翻 committed 6 years ago
299
                                android:textSize="14sp"
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
300 301 302 303 304 305 306 307
                                android:visibility="gone" />

                        </RelativeLayout>

                        <LinearLayout
                            android:id="@+id/ll_fujian"
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
罗翻's avatar
android v1.9.8
2435571d
 
罗翻 committed 6 years ago
308
                            android:layout_below="@id/rl_info_server"
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
309 310
                            android:layout_marginLeft="@dimen/dp_13"
                            android:layout_marginTop="@dimen/dp_13"
wukun's avatar
20230705需求
113866b8
 
wukun committed a year ago
311
                            android:layout_marginBottom="5dp"
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
312 313 314 315 316 317
                            android:orientation="horizontal">

                            <TextView
                                android:id="@+id/tv_fujian"
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
罗翻's avatar
去除代码中的中文字
b61ecd3a
 
罗翻 committed 7 years ago
318
                                android:text="@string/order_attachment"
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
319
                                android:textColor="@color/cl_order_text_one"
罗翻's avatar
android1.9.9
9e8f1f3f
 
罗翻 committed 6 years ago
320
                                android:textSize="@dimen/sp_14" />
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
321 322


wukun's avatar
1.androidx
831aeac7
 
wukun committed 2 years ago
323
                            <androidx.recyclerview.widget.RecyclerView
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
324 325 326 327 328 329
                                android:id="@+id/rl_accessories"
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:layout_marginLeft="@dimen/dp_13"
                                android:layout_toRightOf="@id/tv_fujian">

wukun's avatar
1.androidx
831aeac7
 
wukun committed 2 years ago
330
                            </androidx.recyclerview.widget.RecyclerView>
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
331 332 333 334 335 336 337 338 339 340 341
                        </LinearLayout>


                        <ImageView
                            android:id="@+id/line_one"
                            android:layout_width="@dimen/dp_333"
                            android:layout_height="@dimen/dp_0.3"
                            android:layout_below="@id/ll_fujian"
                            android:layout_centerHorizontal="true"
                            android:layout_marginTop="@dimen/dp_12"
                            android:background="@color/cl_order_item_line_bg" />
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
342 343

                        <TextView
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
344
                            android:id="@+id/two_text_one"
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
345 346
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
347
                            android:layout_below="@id/line_one"
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
348 349
                            android:layout_marginLeft="@dimen/dp_13"
                            android:layout_marginTop="@dimen/dp_10"
罗翻's avatar
去除代码中的中文字
b61ecd3a
 
罗翻 committed 7 years ago
350
                            android:text="@string/customer_info"
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
351
                            android:textColor="@color/cl_home_title_text_color"
罗翻's avatar
android1.9.9
9e8f1f3f
 
罗翻 committed 6 years ago
352
                            android:textSize="@dimen/sp_14" />
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
353 354

                        <TextView
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
355
                            android:id="@+id/two_text_two"
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
356 357
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
358
                            android:layout_below="@id/two_text_one"
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
359 360
                            android:layout_marginLeft="@dimen/dp_13"
                            android:layout_marginTop="@dimen/dp_13"
罗翻's avatar
去除代码中的中文字
b61ecd3a
 
罗翻 committed 7 years ago
361
                            android:text="@string/customer_type"
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
362
                            android:textColor="@color/cl_order_text_one"
罗翻's avatar
android1.9.9
9e8f1f3f
 
罗翻 committed 6 years ago
363
                            android:textSize="@dimen/sp_14" />
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
364 365

                        <TextView
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
366
                            android:id="@+id/tv_customer_type"
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
367 368
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
369
                            android:layout_below="@id/two_text_one"
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
370 371
                            android:layout_marginLeft="@dimen/dp_10"
                            android:layout_marginTop="@dimen/dp_13"
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
372 373
                            android:layout_toRightOf="@id/two_text_two"
                            android:text="@{item.customerType == 1?@string/personal_customer:@string/enterprise_customer}"
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
374
                            android:textColor="@color/cl_home_title_text_color"
罗翻's avatar
android1.9.9
9e8f1f3f
 
罗翻 committed 6 years ago
375
                            android:textSize="@dimen/sp_14" />
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
376 377

                        <TextView
罗翻's avatar
android2.0.0
70880c49
 
罗翻 committed 6 years ago
378 379 380 381 382 383 384 385 386 387 388 389
                            android:id="@+id/tv_company_name"
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:layout_below="@id/two_text_two"
                            android:layout_marginLeft="@dimen/dp_13"
                            android:layout_marginTop="@dimen/dp_13"
                            android:text="企业名称"
                            android:textColor="@color/cl_order_text_one"
                            android:textSize="@dimen/sp_14" />

                        <TextView
                            android:id="@+id/company_name"
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
390 391
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
392
                            android:layout_below="@id/two_text_two"
罗翻's avatar
android2.0.0
70880c49
 
罗翻 committed 6 years ago
393 394 395 396 397 398 399 400 401 402 403 404 405
                            android:layout_marginLeft="@dimen/dp_10"
                            android:layout_marginTop="@dimen/dp_13"
                            android:layout_toRightOf="@id/two_text_two"
                            android:text='@{!TextUtils.isEmpty(item.customerCompany)?item.customerCompany:@string/no_data}'
                            android:textColor="@color/cl_home_title_text_color"
                            android:textSize="@dimen/sp_14"
                            android:visibility="@{item.customerType == 1?View.GONE:View.VISIBLE}" />

                        <TextView
                            android:id="@+id/two_text_three"
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:layout_below="@id/tv_company_name"
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
406 407
                            android:layout_marginLeft="@dimen/dp_13"
                            android:layout_marginTop="@dimen/dp_13"
罗翻's avatar
去除代码中的中文字
b61ecd3a
 
罗翻 committed 7 years ago
408
                            android:text="@string/customer_name"
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
409
                            android:textColor="@color/cl_order_text_one"
罗翻's avatar
android1.9.9
9e8f1f3f
 
罗翻 committed 6 years ago
410
                            android:textSize="@dimen/sp_14" />
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
411 412

                        <TextView
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
413
                            android:id="@+id/tv_customer_name"
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
414 415
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
罗翻's avatar
android2.0.0
70880c49
 
罗翻 committed 6 years ago
416
                            android:layout_below="@id/tv_company_name"
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
417 418
                            android:layout_marginLeft="@dimen/dp_10"
                            android:layout_marginTop="@dimen/dp_13"
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
419 420
                            android:layout_toRightOf="@id/two_text_three"
                            android:text='@{!TextUtils.isEmpty(item.customerName)?item.customerName:@string/no_data}'
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
421
                            android:textColor="@color/cl_home_title_text_color"
罗翻's avatar
android1.9.9
9e8f1f3f
 
罗翻 committed 6 years ago
422
                            android:textSize="@dimen/sp_14" />
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
423

罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
424
                        <TextView
罗翻's avatar
android v1.9.8
2435571d
 
罗翻 committed 6 years ago
425 426 427
                            android:id="@+id/customer_signature"
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
罗翻's avatar
android2.0.0
70880c49
 
罗翻 committed 6 years ago
428
                            android:layout_below="@+id/tv_company_name"
wukun's avatar
20230705需求
113866b8
 
wukun committed a year ago
429
                            android:layout_alignParentRight="true"
罗翻's avatar
android v1.9.8
2435571d
 
罗翻 committed 6 years ago
430 431
                            android:layout_marginLeft="19dp"
                            android:layout_marginTop="@dimen/dp_15"
wukun's avatar
20230705需求
113866b8
 
wukun committed a year ago
432
                            android:layout_marginRight="@dimen/dp_15"
罗翻's avatar
android v1.9.8
2435571d
 
罗翻 committed 6 years ago
433 434 435 436 437 438 439
                            android:layout_toRightOf="@+id/tv_customer_name"
                            android:gravity="right"
                            android:text="@string/check_signature"
                            android:textColor="@color/bg_button"
                            android:textSize="14sp" />

                        <TextView
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
440 441 442 443 444 445
                            android:id="@+id/two_text_four"
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:layout_below="@id/two_text_three"
                            android:layout_marginLeft="@dimen/dp_13"
                            android:layout_marginTop="@dimen/dp_13"
罗翻's avatar
去除代码中的中文字
b61ecd3a
 
罗翻 committed 7 years ago
446
                            android:text="@string/tv_two_text_three"
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
447
                            android:textColor="@color/cl_order_text_one"
罗翻's avatar
android1.9.9
9e8f1f3f
 
罗翻 committed 6 years ago
448
                            android:textSize="@dimen/sp_14" />
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
449 450 451 452 453 454 455 456 457 458 459

                        <TextView
                            android:id="@+id/tv_contact_mode"
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:layout_below="@id/tv_customer_name"
                            android:layout_marginLeft="@dimen/dp_10"
                            android:layout_marginTop="@dimen/dp_13"
                            android:layout_toRightOf="@id/two_text_four"
                            android:text='@{!TextUtils.isEmpty(item.customerMobile)?item.customerMobile:@string/no_data}'
                            android:textColor="@color/cl_home_title_text_color"
罗翻's avatar
android1.9.9
9e8f1f3f
 
罗翻 committed 6 years ago
460
                            android:textSize="@dimen/sp_14" />
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
461 462

                        <TextView
罗翻's avatar
增加拨打电话多联系人,增加地址支持导航
b89ddb7a
 
罗翻 committed 6 years ago
463 464 465 466 467 468 469 470 471
                            android:id="@+id/tv_contact_tel"
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:layout_below="@id/tv_contact_mode"
                            android:layout_marginLeft="@dimen/dp_10"
                            android:layout_marginTop="@dimen/dp_13"
                            android:layout_toRightOf="@id/two_text_four"
                            android:text='@{item.customerTelphome}'
                            android:textColor="@color/cl_home_title_text_color"
罗翻's avatar
android1.9.9
9e8f1f3f
 
罗翻 committed 6 years ago
472
                            android:textSize="@dimen/sp_14"
罗翻's avatar
增加拨打电话多联系人,增加地址支持导航
b89ddb7a
 
罗翻 committed 6 years ago
473 474 475
                            android:visibility="@{TextUtils.isEmpty(item.customerTelphome)?View.GONE:View.VISIBLE}" />

                        <TextView
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
476
                            android:id="@+id/two_text_five"
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
477 478
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
罗翻's avatar
增加拨打电话多联系人,增加地址支持导航
b89ddb7a
 
罗翻 committed 6 years ago
479
                            android:layout_below="@id/tv_contact_tel"
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
480 481
                            android:layout_marginLeft="@dimen/dp_13"
                            android:layout_marginTop="@dimen/dp_13"
罗翻's avatar
去除代码中的中文字
b61ecd3a
 
罗翻 committed 7 years ago
482
                            android:text="@string/tv_two_text_foure"
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
483
                            android:textColor="@color/cl_order_text_one"
罗翻's avatar
android1.9.9
9e8f1f3f
 
罗翻 committed 6 years ago
484
                            android:textSize="@dimen/sp_14" />
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
485

罗翻's avatar
增加拨打电话多联系人,增加地址支持导航
b89ddb7a
 
罗翻 committed 6 years ago
486 487 488
                        <LinearLayout
                            android:id="@+id/navigation"
                            android:layout_width="match_parent"
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
489
                            android:layout_height="wrap_content"
罗翻's avatar
增加拨打电话多联系人,增加地址支持导航
b89ddb7a
 
罗翻 committed 6 years ago
490
                            android:layout_below="@id/tv_contact_tel"
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
491 492
                            android:layout_marginLeft="@dimen/dp_10"
                            android:layout_marginTop="@dimen/dp_13"
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
493
                            android:layout_toRightOf="@id/two_text_five"
罗翻's avatar
增加拨打电话多联系人,增加地址支持导航
b89ddb7a
 
罗翻 committed 6 years ago
494 495 496 497 498 499 500 501 502 503 504
                            android:orientation="horizontal">

                            <TextView
                                android:id="@+id/tv_customer_address"
                                android:layout_width="0dp"
                                android:layout_height="wrap_content"
                                android:layout_weight="1"
                                android:ellipsize="end"
                                android:maxLines="2"
                                android:text='@{item.provinceName+item.cityName+item.districtName+item.address}'
                                android:textColor="@color/cl_home_title_text_color"
罗翻's avatar
android1.9.9
9e8f1f3f
 
罗翻 committed 6 years ago
505
                                android:textSize="@dimen/sp_14" />
罗翻's avatar
增加拨打电话多联系人,增加地址支持导航
b89ddb7a
 
罗翻 committed 6 years ago
506 507 508 509 510 511 512 513 514 515

                            <ImageView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:layout_gravity="center_vertical"
                                android:layout_marginLeft="15dp"
                                android:layout_marginRight="15dp"
                                android:paddingBottom="5dp"
                                android:src="@drawable/icon_navigation" />
                        </LinearLayout>
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
516 517

                        <TextView
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
518
                            android:id="@+id/tv_forward_time"
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
519 520
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
521
                            android:layout_below="@id/two_text_five"
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
522 523
                            android:layout_marginLeft="@dimen/dp_13"
                            android:layout_marginTop="@dimen/dp_13"
罗翻's avatar
去除代码中的中文字
b61ecd3a
 
罗翻 committed 7 years ago
524
                            android:text="@string/lookforword_time"
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
525
                            android:textColor="@color/cl_order_text_one"
罗翻's avatar
android1.9.9
9e8f1f3f
 
罗翻 committed 6 years ago
526
                            android:textSize="@dimen/sp_14" />
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
527 528

                        <TextView
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
529
                            android:id="@+id/tv_forward_time_detail"
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
530 531
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
532
                            android:layout_below="@id/two_text_five"
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
533 534
                            android:layout_marginLeft="@dimen/dp_10"
                            android:layout_marginTop="@dimen/dp_13"
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
535 536
                            android:layout_toRightOf="@id/text_foure"
                            android:text='@{!TextUtils.isEmpty(item.appointmentTime)?item.appointmentTime:@string/no_data}'
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
537
                            android:textColor="@color/cl_home_title_text_color"
罗翻's avatar
android1.9.9
9e8f1f3f
 
罗翻 committed 6 years ago
538
                            android:textSize="@dimen/sp_14" />
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
539

罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
540 541 542 543 544 545 546 547 548
                        <ImageView
                            android:id="@+id/line_two"
                            android:layout_width="@dimen/dp_333"
                            android:layout_height="@dimen/dp_0.3"
                            android:layout_below="@id/tv_forward_time_detail"
                            android:layout_centerHorizontal="true"
                            android:layout_marginTop="@dimen/dp_12"
                            android:background="@color/cl_order_item_line_bg" />

罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
549
                        <TextView
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
550
                            android:id="@+id/three_text_one"
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
551 552
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
553 554 555
                            android:layout_below="@id/line_two"
                            android:layout_marginLeft="@dimen/dp_13"
                            android:layout_marginTop="@dimen/dp_10"
罗翻's avatar
去除代码中的中文字
b61ecd3a
 
罗翻 committed 7 years ago
556
                            android:text="@string/prodcut_info"
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
557
                            android:textColor="@color/cl_home_title_text_color"
罗翻's avatar
android1.9.9
9e8f1f3f
 
罗翻 committed 6 years ago
558
                            android:textSize="@dimen/sp_14" />
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
559 560 561 562 563 564

                        <TextView
                            android:id="@+id/three_text_two"
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:layout_below="@id/three_text_one"
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
565 566
                            android:layout_marginLeft="@dimen/dp_13"
                            android:layout_marginTop="@dimen/dp_13"
罗翻's avatar
去除代码中的中文字
b61ecd3a
 
罗翻 committed 7 years ago
567
                            android:text="@string/prodcut_brand"
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
568
                            android:textColor="@color/cl_order_text_one"
罗翻's avatar
android1.9.9
9e8f1f3f
 
罗翻 committed 6 years ago
569
                            android:textSize="@dimen/sp_14" />
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
570 571

                        <TextView
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
572
                            android:id="@+id/tv_brand"
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
573 574
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
575 576
                            android:layout_alignBaseline="@+id/three_text_two"
                            android:layout_alignBottom="@+id/three_text_two"
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
577 578
                            android:layout_marginLeft="@dimen/dp_10"
                            android:layout_marginTop="@dimen/dp_13"
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
579 580
                            android:layout_toRightOf="@id/three_text_two"
                            android:text='@{!TextUtils.isEmpty(item.brandName)?item.brandName:@string/no_data}'
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
581
                            android:textColor="@color/cl_home_title_text_color"
罗翻's avatar
android1.9.9
9e8f1f3f
 
罗翻 committed 6 years ago
582
                            android:textSize="@dimen/sp_14" />
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
583 584

                        <TextView
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
585
                            android:id="@+id/three_two_two"
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
586 587
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
588
                            android:layout_below="@id/three_text_two"
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
589 590
                            android:layout_marginLeft="@dimen/dp_13"
                            android:layout_marginTop="@dimen/dp_13"
罗翻's avatar
去除代码中的中文字
b61ecd3a
 
罗翻 committed 7 years ago
591
                            android:text="@string/prodcut_num"
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
592
                            android:textColor="@color/cl_order_text_one"
罗翻's avatar
android1.9.9
9e8f1f3f
 
罗翻 committed 6 years ago
593
                            android:textSize="@dimen/sp_14" />
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
594 595

                        <TextView
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
596
                            android:id="@+id/tv_model"
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
597 598
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
599
                            android:layout_below="@id/tv_brand"
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
600 601
                            android:layout_marginLeft="@dimen/dp_10"
                            android:layout_marginTop="@dimen/dp_13"
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
602 603
                            android:layout_toRightOf="@id/three_two_two"
                            android:text='@{!TextUtils.isEmpty(item.productModel)?item.productModel:@string/no_data}'
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
604
                            android:textColor="@color/cl_home_title_text_color"
罗翻's avatar
android1.9.9
9e8f1f3f
 
罗翻 committed 6 years ago
605
                            android:textSize="@dimen/sp_14" />
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
606 607

                        <TextView
罗翻's avatar
部分功能优化,增加条形码扫描,处理工单提示,获取地址时间间隔改为5分钟
bd931238
 
罗翻 committed 6 years ago
608
                            android:id="@+id/tv_sn"
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
609 610 611 612 613
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:layout_below="@id/three_two_two"
                            android:layout_marginLeft="@dimen/dp_13"
                            android:layout_marginTop="@dimen/dp_13"
罗翻's avatar
去除代码中的中文字
b61ecd3a
 
罗翻 committed 7 years ago
614
                            android:text="@string/sn_num"
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
615
                            android:textColor="@color/cl_order_text_one"
罗翻's avatar
android1.9.9
9e8f1f3f
 
罗翻 committed 6 years ago
616
                            android:textSize="@dimen/sp_14" />
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
617 618 619

                        <TextView
                            android:id="@+id/tv_sn_code"
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
620 621
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
罗翻's avatar
部分功能优化,增加条形码扫描,处理工单提示,获取地址时间间隔改为5分钟
bd931238
 
罗翻 committed 6 years ago
622
                            android:layout_below="@id/three_two_two"
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
623 624
                            android:layout_marginLeft="@dimen/dp_10"
                            android:layout_marginTop="@dimen/dp_13"
罗翻's avatar
部分功能优化,增加条形码扫描,处理工单提示,获取地址时间间隔改为5分钟
bd931238
 
罗翻 committed 6 years ago
625
                            android:layout_toRightOf="@id/tv_sn"
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
626 627
                            android:text='@{!TextUtils.isEmpty(item.sn)?item.sn:@string/no_data}'
                            android:textColor="@color/cl_home_title_text_color"
罗翻's avatar
android1.9.9
9e8f1f3f
 
罗翻 committed 6 years ago
628
                            android:textSize="@dimen/sp_14" />
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
629 630 631 632 633 634

                        <ImageView
                            android:id="@+id/line_three"
                            android:layout_width="@dimen/dp_333"
                            android:layout_height="@dimen/dp_0.3"
                            android:layout_below="@id/tv_sn_code"
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
635
                            android:layout_centerHorizontal="true"
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
636 637 638 639 640 641 642 643 644 645 646 647 648 649 650
                            android:layout_marginTop="@dimen/dp_12"
                            android:background="@color/cl_order_item_line_bg" />

                        <RelativeLayout
                            android:id="@+id/rl_have_charge"
                            android:layout_width="match_parent"
                            android:layout_height="wrap_content"
                            android:layout_below="@id/line_three">

                            <TextView
                                android:id="@+id/four_text_one"
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:layout_marginLeft="@dimen/dp_13"
                                android:layout_marginTop="@dimen/dp_10"
罗翻's avatar
去除代码中的中文字
b61ecd3a
 
罗翻 committed 7 years ago
651
                                android:text="@string/charge_record"
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
652
                                android:textColor="@color/cl_home_title_text_color"
罗翻's avatar
android1.9.9
9e8f1f3f
 
罗翻 committed 6 years ago
653
                                android:textSize="@dimen/sp_14" />
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
654 655 656 657 658 659 660 661

                            <TextView
                                android:id="@+id/four_text_two"
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:layout_below="@id/four_text_one"
                                android:layout_marginLeft="@dimen/dp_13"
                                android:layout_marginTop="@dimen/dp_13"
罗翻's avatar
去除代码中的中文字
b61ecd3a
 
罗翻 committed 7 years ago
662
                                android:text="@string/total_money"
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
663
                                android:textColor="@color/cl_order_text_one"
罗翻's avatar
android1.9.9
9e8f1f3f
 
罗翻 committed 6 years ago
664
                                android:textSize="@dimen/sp_14" />
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
665 666 667 668 669 670 671 672 673 674 675

                            <TextView
                                android:id="@+id/tv_total_money"
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:layout_below="@id/four_text_one"
                                android:layout_marginLeft="@dimen/dp_10"
                                android:layout_marginTop="@dimen/dp_13"
                                android:layout_toRightOf="@id/four_text_two"
                                android:text='@{item.totalPrice == null?(@string/zero_money):item.totalPrice+(@string/money)}'
                                android:textColor="@color/cl_home_title_text_color"
罗翻's avatar
android1.9.9
9e8f1f3f
 
罗翻 committed 6 years ago
676
                                android:textSize="@dimen/sp_14" />
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
677 678 679 680 681 682 683 684

                            <TextView
                                android:id="@+id/four_text_three"
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:layout_below="@id/four_text_two"
                                android:layout_marginLeft="@dimen/dp_13"
                                android:layout_marginTop="@dimen/dp_13"
罗翻's avatar
去除代码中的中文字
b61ecd3a
 
罗翻 committed 7 years ago
685
                                android:text="@string/door_money"
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
686
                                android:textColor="@color/cl_order_text_one"
罗翻's avatar
android1.9.9
9e8f1f3f
 
罗翻 committed 6 years ago
687
                                android:textSize="@dimen/sp_14" />
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
688 689 690 691 692 693 694 695 696 697 698

                            <TextView
                                android:id="@+id/tv_door_price"
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:layout_below="@id/tv_total_money"
                                android:layout_marginLeft="@dimen/dp_10"
                                android:layout_marginTop="@dimen/dp_13"
                                android:layout_toRightOf="@id/four_text_three"
                                android:text='@{item.doorPrice == null?(@string/zero_money):item.doorPrice+(@string/money)}'
                                android:textColor="@color/cl_home_title_text_color"
罗翻's avatar
android1.9.9
9e8f1f3f
 
罗翻 committed 6 years ago
699
                                android:textSize="@dimen/sp_14" />
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
700 701 702 703 704 705 706 707 708


                            <TextView
                                android:id="@+id/four_text_five"
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:layout_below="@id/four_text_three"
                                android:layout_marginLeft="@dimen/dp_13"
                                android:layout_marginTop="@dimen/dp_13"
罗翻's avatar
去除代码中的中文字
b61ecd3a
 
罗翻 committed 7 years ago
709
                                android:text="@string/server_money"
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
710
                                android:textColor="@color/cl_order_text_one"
罗翻's avatar
android1.9.9
9e8f1f3f
 
罗翻 committed 6 years ago
711
                                android:textSize="@dimen/sp_14" />
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
712 713 714 715 716 717 718 719 720 721 722

                            <TextView
                                android:id="@+id/tv_serve_price"
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:layout_below="@id/tv_door_price"
                                android:layout_marginLeft="@dimen/dp_10"
                                android:layout_marginTop="@dimen/dp_13"
                                android:layout_toRightOf="@id/four_text_five"
                                android:text='@{item.servicePrice == null?(@string/zero_money):item.servicePrice+(@string/money)}'
                                android:textColor="@color/cl_home_title_text_color"
罗翻's avatar
android1.9.9
9e8f1f3f
 
罗翻 committed 6 years ago
723
                                android:textSize="@dimen/sp_14" />
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
724 725 726 727 728 729 730 731

                            <TextView
                                android:id="@+id/four_text_seven"
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:layout_below="@id/four_text_five"
                                android:layout_marginLeft="@dimen/dp_13"
                                android:layout_marginTop="@dimen/dp_13"
罗翻's avatar
去除代码中的中文字
b61ecd3a
 
罗翻 committed 7 years ago
732
                                android:text="@string/material_money"
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
733
                                android:textColor="@color/cl_order_text_one"
罗翻's avatar
android1.9.9
9e8f1f3f
 
罗翻 committed 6 years ago
734
                                android:textSize="@dimen/sp_14" />
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
735 736 737 738 739 740 741 742 743 744 745

                            <TextView
                                android:id="@+id/tv_material_price"
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:layout_below="@id/tv_serve_price"
                                android:layout_marginLeft="@dimen/dp_10"
                                android:layout_marginTop="@dimen/dp_13"
                                android:layout_toRightOf="@id/four_text_seven"
                                android:text='@{item.materialCost == null?(@string/zero_money):item.materialCost+(@string/money)}'
                                android:textColor="@color/cl_home_title_text_color"
罗翻's avatar
android1.9.9
9e8f1f3f
 
罗翻 committed 6 years ago
746
                                android:textSize="@dimen/sp_14" />
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
747 748 749 750 751 752 753 754

                            <TextView
                                android:id="@+id/four_text_nine"
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:layout_below="@id/four_text_seven"
                                android:layout_marginLeft="@dimen/dp_13"
                                android:layout_marginTop="@dimen/dp_13"
罗翻's avatar
去除代码中的中文字
b61ecd3a
 
罗翻 committed 7 years ago
755
                                android:text="@string/other_money"
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
756
                                android:textColor="@color/cl_order_text_one"
罗翻's avatar
android1.9.9
9e8f1f3f
 
罗翻 committed 6 years ago
757
                                android:textSize="@dimen/sp_14" />
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
758 759 760 761 762 763 764 765 766 767 768

                            <TextView
                                android:id="@+id/tv_other_price"
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:layout_below="@id/tv_material_price"
                                android:layout_marginLeft="@dimen/dp_10"
                                android:layout_marginTop="@dimen/dp_13"
                                android:layout_toRightOf="@id/four_text_nine"
                                android:text='@{item.otherPrice == null?(@string/zero_money):item.otherPrice+(@string/money)}'
                                android:textColor="@color/cl_home_title_text_color"
罗翻's avatar
android1.9.9
9e8f1f3f
 
罗翻 committed 6 years ago
769
                                android:textSize="@dimen/sp_14" />
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
770 771 772 773 774 775 776 777

                            <TextView
                                android:id="@+id/four_text_ten"
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:layout_below="@id/four_text_nine"
                                android:layout_marginLeft="@dimen/dp_13"
                                android:layout_marginTop="@dimen/dp_13"
罗翻's avatar
去除代码中的中文字
b61ecd3a
 
罗翻 committed 7 years ago
778
                                android:text="@string/remark"
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
779
                                android:textColor="@color/cl_order_text_one"
罗翻's avatar
android1.9.9
9e8f1f3f
 
罗翻 committed 6 years ago
780
                                android:textSize="@dimen/sp_14" />
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
781 782 783 784 785 786 787 788 789 790 791 792 793

                            <TextView
                                android:id="@+id/tv_remarks"
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:layout_below="@id/tv_other_price"
                                android:layout_marginLeft="@dimen/dp_10"
                                android:layout_marginTop="@dimen/dp_13"
                                android:layout_toRightOf="@id/four_text_ten"
                                android:ellipsize="end"
                                android:maxLines="2"
                                android:text='@{!TextUtils.isEmpty(item.doorPriceComment)?item.doorPriceComment:@string/no_data}'
                                android:textColor="@color/cl_home_title_text_color"
罗翻's avatar
android1.9.9
9e8f1f3f
 
罗翻 committed 6 years ago
794
                                android:textSize="@dimen/sp_14" />
罗翻's avatar
android v1.9.8
2435571d
 
罗翻 committed 6 years ago
795 796 797 798 799 800 801 802 803 804

                            <TextView
                                android:id="@+id/tv_pay_type"
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:layout_below="@id/four_text_ten"
                                android:layout_marginLeft="@dimen/dp_13"
                                android:layout_marginTop="@dimen/dp_13"
                                android:text="@string/pay_type"
                                android:textColor="@color/cl_order_text_one"
罗翻's avatar
android1.9.9
9e8f1f3f
 
罗翻 committed 6 years ago
805
                                android:textSize="@dimen/sp_14" />
罗翻's avatar
android v1.9.8
2435571d
 
罗翻 committed 6 years ago
806 807 808 809 810 811 812 813 814 815 816 817

                            <TextView
                                android:id="@+id/pay_type"
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:layout_below="@id/four_text_ten"
                                android:layout_marginLeft="@dimen/dp_10"
                                android:layout_marginTop="@dimen/dp_13"
                                android:layout_toRightOf="@id/tv_pay_type"
                                android:ellipsize="end"
                                android:maxLines="2"
                                android:textColor="@color/cl_home_title_text_color"
罗翻's avatar
android1.9.9
9e8f1f3f
 
罗翻 committed 6 years ago
818
                                android:textSize="@dimen/sp_14" />
罗翻's avatar
android v1.9.8
2435571d
 
罗翻 committed 6 years ago
819 820 821 822 823 824 825 826 827 828

                            <TextView
                                android:id="@+id/tv_pay_state"
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:layout_below="@id/tv_pay_type"
                                android:layout_marginLeft="@dimen/dp_13"
                                android:layout_marginTop="@dimen/dp_13"
                                android:text="@string/pay_state"
                                android:textColor="@color/cl_order_text_one"
罗翻's avatar
android1.9.9
9e8f1f3f
 
罗翻 committed 6 years ago
829
                                android:textSize="@dimen/sp_14" />
罗翻's avatar
android v1.9.8
2435571d
 
罗翻 committed 6 years ago
830 831 832 833 834 835 836 837

                            <TextView
                                android:id="@+id/pay_state"
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:layout_below="@id/tv_pay_type"
                                android:layout_marginLeft="@dimen/dp_10"
                                android:layout_marginTop="@dimen/dp_13"
wukun's avatar
20230705需求
113866b8
 
wukun committed a year ago
838
                                android:layout_marginBottom="10dp"
罗翻's avatar
android v1.9.8
2435571d
 
罗翻 committed 6 years ago
839 840 841 842
                                android:layout_toRightOf="@id/tv_pay_state"
                                android:ellipsize="end"
                                android:maxLines="2"
                                android:textColor="@color/cl_home_title_text_color"
罗翻's avatar
android1.9.9
9e8f1f3f
 
罗翻 committed 6 years ago
843
                                android:textSize="@dimen/sp_14" />
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
844 845 846 847 848 849 850 851 852 853 854 855 856
                        </RelativeLayout>

                        <RelativeLayout
                            android:id="@+id/rl_no_charge"
                            android:layout_width="match_parent"
                            android:layout_height="match_parent"
                            android:layout_below="@id/line_three">

                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:layout_centerHorizontal="true"
                                android:layout_marginTop="@dimen/dp_20"
罗翻's avatar
去除代码中的中文字
b61ecd3a
 
罗翻 committed 7 years ago
857
                                android:text="@string/no_charge_record"
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
858 859 860 861
                                android:textColor="@color/cl_black"
                                android:textSize="@dimen/sp_16"
                                android:textStyle="bold" />
                        </RelativeLayout>
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
862
                    </RelativeLayout>
罗翻's avatar
去除butternife,使用databingding
a0d4cd6a
 
罗翻 committed 7 years ago
863
                </RelativeLayout>
wukun's avatar
1.androidx
831aeac7
 
wukun committed 2 years ago
864
            </androidx.core.widget.NestedScrollView>
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
865

罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884
            <TextView
                android:id="@+id/customer_acceptance"
                android:layout_width="match_parent"
                android:layout_height="49dp"
                android:background="@color/cl_home_button"
                android:gravity="center"
                android:text="@string/customer_acceptance"
                android:textColor="@color/white"
                android:textSize="16sp" />
        </LinearLayout>

        <LinearLayout
            android:id="@+id/ll_server_instruction"
            android:layout_width="60dp"
            android:layout_height="60dp"
            android:layout_alignParentRight="true"
            android:layout_centerVertical="true"
            android:layout_marginRight="10dp"
            android:background="@drawable/tab_blue_react"
罗翻's avatar
增加客户验收二维码页面
54b07d31
 
罗翻 committed 7 years ago
885
            android:gravity="center"
罗翻's avatar
处理工单前增加活体检测
31d44116
 
罗翻 committed 6 years ago
886 887
            android:orientation="vertical"
            android:visibility="gone">
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
888 889 890 891

            <ImageView
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
罗翻's avatar
增加ordercenter和loctionlib
ae60479a
 
罗翻 committed 7 years ago
892
                android:src="@drawable/icon_order_server" />
罗翻's avatar
工单详情增加跳转到服务说明
d61a1969
 
罗翻 committed 7 years ago
893 894 895 896 897 898 899 900 901 902

            <TextView
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_marginTop="4dp"
                android:text="@string/order_instruction"
                android:textColor="@color/white"
                android:textSize="12sp" />
        </LinearLayout>
    </RelativeLayout>
罗翻's avatar
去除butternife,使用databingding
a0d4cd6a
 
罗翻 committed 7 years ago
903
</layout>