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_multi_detail.xml
Find file
Normal viewHistoryPermalink
fragment_multi_detail.xml 30 KB
Newer Older
罗翻's avatar
android1.7页面书写
d2d8ad87
 
罗翻 committed 7 years ago
1
<?xml version="1.0" encoding="utf-8"?>
罗翻's avatar
新增多任务
6faa6c8a
 
罗翻 committed 6 years ago
2
<layout xmlns:android="http://schemas.android.com/apk/res/android">
罗翻's avatar
android1.7页面书写
d2d8ad87
 
罗翻 committed 7 years ago
3 4 5

    <data>

罗翻's avatar
新增多任务
493772ab
 
罗翻 committed 6 years ago
6 7 8
        <import type="android.view.View" />

        <import type="android.text.TextUtils" />
罗翻's avatar
android1.7页面书写
d2d8ad87
 
罗翻 committed 7 years ago
9

罗翻's avatar
新增多任务
493772ab
 
罗翻 committed 6 years ago
10 11 12 13
        <variable
            name="item"
            type="com.dayu.order.api.protocol.OrderDetail" />
    </data>
罗翻's avatar
android1.7页面书写
d2d8ad87
 
罗翻 committed 7 years ago
14

罗翻's avatar
活体检测去除竖直检测判断
8464cc50
 
罗翻 committed 6 years ago
15
    <LinearLayout
罗翻's avatar
android1.7页面书写
d2d8ad87
 
罗翻 committed 7 years ago
16
        android:layout_width="match_parent"
罗翻's avatar
活体检测去除竖直检测判断
8464cc50
 
罗翻 committed 6 years ago
17 18
        android:layout_height="wrap_content"
        android:orientation="vertical">
罗翻's avatar
android1.7页面书写
d2d8ad87
 
罗翻 committed 7 years ago
19

罗翻's avatar
活体检测去除竖直检测判断
8464cc50
 
罗翻 committed 6 years ago
20 21
        <android.support.v4.widget.NestedScrollView
            android:id="@+id/nv_top"
罗翻's avatar
android1.7页面书写
d2d8ad87
 
罗翻 committed 7 years ago
22
            android:layout_width="match_parent"
罗翻's avatar
活体检测去除竖直检测判断
8464cc50
 
罗翻 committed 6 years ago
23 24
            android:layout_height="0dp"
            android:layout_weight="1">
罗翻's avatar
android1.7页面书写
d2d8ad87
 
罗翻 committed 7 years ago
25

罗翻's avatar
活体检测去除竖直检测判断
8464cc50
 
罗翻 committed 6 years ago
26
            <LinearLayout
罗翻's avatar
android1.7页面书写
d2d8ad87
 
罗翻 committed 7 years ago
27 28
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
罗翻's avatar
活体检测去除竖直检测判断
8464cc50
 
罗翻 committed 6 years ago
29
                android:orientation="vertical">
罗翻's avatar
android1.7页面书写
d2d8ad87
 
罗翻 committed 7 years ago
30 31

                <TextView
罗翻's avatar
活体检测去除竖直检测判断
8464cc50
 
罗翻 committed 6 years ago
32 33 34 35
                    android:layout_width="match_parent"
                    android:layout_height="43dp"
                    android:paddingLeft="15dp"
                    android:paddingTop="@dimen/dp_15"
罗翻's avatar
处理工单前增加活体检测
242a5793
 
罗翻 committed 6 years ago
36
                    android:text="@string/tv_order_eg"
mReturn's avatar
order
fcdebea6
 
mReturn committed 5 years ago
37
                    android:textColor="@color/cl_home_title_text_color"
罗翻's avatar
android1.7页面书写
d2d8ad87
 
罗翻 committed 7 years ago
38 39
                    android:textSize="14sp" />

罗翻's avatar
活体检测去除竖直检测判断
8464cc50
 
罗翻 committed 6 years ago
40 41
                <RelativeLayout
                    android:layout_width="match_parent"
罗翻's avatar
android1.7页面书写
d2d8ad87
 
罗翻 committed 7 years ago
42
                    android:layout_height="wrap_content"
罗翻's avatar
活体检测去除竖直检测判断
8464cc50
 
罗翻 committed 6 years ago
43 44
                    android:background="@color/white"
                    android:paddingLeft="15dp">
罗翻's avatar
android1.7页面书写
d2d8ad87
 
罗翻 committed 7 years ago
45

罗翻's avatar
活体检测去除竖直检测判断
8464cc50
 
罗翻 committed 6 years ago
46 47 48 49 50
                    <TextView
                        android:id="@+id/tv_num"
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:layout_marginTop="@dimen/dp_15"
罗翻's avatar
修改收取费用打开,但是不填写费用导致支付的bug
6477e57f
 
罗翻 committed 6 years ago
51
                        android:text="@string/order_num"
罗翻's avatar
活体检测去除竖直检测判断
8464cc50
 
罗翻 committed 6 years ago
52 53
                        android:textColor="@color/tv_cl"
                        android:textSize="14sp" />
罗翻's avatar
android1.7页面书写
d2d8ad87
 
罗翻 committed 7 years ago
54

罗翻's avatar
活体检测去除竖直检测判断
8464cc50
 
罗翻 committed 6 years ago
55 56 57 58 59 60 61 62 63 64
                    <TextView
                        android:id="@+id/tv_order_num"
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:layout_marginLeft="19dp"
                        android:layout_marginTop="@dimen/dp_15"
                        android:layout_toRightOf="@+id/tv_num"
                        android:text='@{!TextUtils.isEmpty(item.orderNum)?item.orderNum:@string/no_data,default = @string/no_data}'
                        android:textColor="@color/cl_home_title_text_color"
                        android:textSize="14sp" />
罗翻's avatar
android1.7页面书写
d2d8ad87
 
罗翻 committed 7 years ago
65

罗翻's avatar
活体检测去除竖直检测判断
8464cc50
 
罗翻 committed 6 years ago
66 67 68 69 70 71
                    <TextView
                        android:id="@+id/tv_state"
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:layout_below="@+id/tv_num"
                        android:layout_marginTop="15dp"
罗翻's avatar
修改收取费用打开,但是不填写费用导致支付的bug
6477e57f
 
罗翻 committed 6 years ago
72
                        android:text="@string/order_state"
罗翻's avatar
活体检测去除竖直检测判断
8464cc50
 
罗翻 committed 6 years ago
73 74
                        android:textColor="@color/tv_cl"
                        android:textSize="14sp" />
罗翻's avatar
android1.7页面书写
d2d8ad87
 
罗翻 committed 7 years ago
75

罗翻's avatar
活体检测去除竖直检测判断
8464cc50
 
罗翻 committed 6 years ago
76 77 78 79 80 81 82 83
                    <TextView
                        android:id="@+id/tv_order_state"
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:layout_below="@+id/tv_num"
                        android:layout_marginLeft="19dp"
                        android:layout_marginTop="@dimen/dp_15"
                        android:layout_toRightOf="@+id/tv_state"
罗翻's avatar
修改收取费用打开,但是不填写费用导致支付的bug
6477e57f
 
罗翻 committed 6 years ago
84
                        android:text="@string/order_doing"
罗翻's avatar
活体检测去除竖直检测判断
8464cc50
 
罗翻 committed 6 years ago
85 86
                        android:textColor="@color/cl_tab_read"
                        android:textSize="14sp" />
罗翻's avatar
新增多任务
493772ab
 
罗翻 committed 6 years ago
87

罗翻's avatar
活体检测去除竖直检测判断
8464cc50
 
罗翻 committed 6 years ago
88 89 90 91 92 93
                    <TextView
                        android:id="@+id/tv_content"
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:layout_below="@+id/tv_state"
                        android:layout_marginTop="15dp"
罗翻's avatar
修改收取费用打开,但是不填写费用导致支付的bug
6477e57f
 
罗翻 committed 6 years ago
94
                        android:text="@string/server_content"
罗翻's avatar
活体检测去除竖直检测判断
8464cc50
 
罗翻 committed 6 years ago
95 96 97 98 99
                        android:textColor="@color/tv_cl"
                        android:textSize="14sp" />

                    <LinearLayout
                        android:id="@+id/ll_server_content"
罗翻's avatar
新增多任务
493772ab
 
罗翻 committed 6 years ago
100
                        android:layout_width="match_parent"
罗翻's avatar
活体检测去除竖直检测判断
8464cc50
 
罗翻 committed 6 years ago
101 102 103 104 105
                        android:layout_height="wrap_content"
                        android:layout_below="@id/tv_state"
                        android:layout_marginLeft="19dp"
                        android:layout_marginTop="15dp"
                        android:layout_toRightOf="@+id/tv_content">
罗翻's avatar
android1.7页面书写
d2d8ad87
 
罗翻 committed 7 years ago
106

罗翻's avatar
活体检测去除竖直检测判断
8464cc50
 
罗翻 committed 6 years ago
107 108 109 110 111
                        <android.support.v7.widget.RecyclerView
                            android:id="@+id/rl_server_content"
                            android:layout_width="match_parent"
                            android:layout_height="wrap_content" />
                    </LinearLayout>
罗翻's avatar
android1.7页面书写
d2d8ad87
 
罗翻 committed 7 years ago
112

罗翻's avatar
活体检测去除竖直检测判断
8464cc50
 
罗翻 committed 6 years ago
113 114 115 116 117
                    <TextView
                        android:id="@+id/tv_time"
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:layout_below="@+id/ll_server_content"
罗翻's avatar
修改收取费用打开,但是不填写费用导致支付的bug
6477e57f
 
罗翻 committed 6 years ago
118
                        android:text="@string/door_time"
罗翻's avatar
活体检测去除竖直检测判断
8464cc50
 
罗翻 committed 6 years ago
119
                        android:textColor="@color/tv_cl"
mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
120 121
                        android:textSize="14sp"
                        android:visibility="gone" />
罗翻's avatar
android1.7页面书写
d2d8ad87
 
罗翻 committed 7 years ago
122

罗翻's avatar
活体检测去除竖直检测判断
8464cc50
 
罗翻 committed 6 years ago
123 124 125 126 127 128 129 130 131
                    <TextView
                        android:id="@+id/order_time"
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:layout_below="@+id/ll_server_content"
                        android:layout_marginLeft="19dp"
                        android:layout_toRightOf="@+id/tv_time"
                        android:text='@{!TextUtils.isEmpty(item.confirmDoorTime)?item.confirmDoorTime:@string/no_data}'
                        android:textColor="@color/cl_home_title_text_color"
mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
132 133 134 135 136 137 138 139 140 141 142 143 144
                        android:textSize="14sp"
                        android:visibility="gone" />

                    <TextView
                        android:id="@+id/tv_device_count_"
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:layout_below="@+id/ll_server_content"
                        android:layout_marginTop="15dp"
                        android:text="@string/device_count"
                        android:textColor="@color/tv_cl"
                        android:textSize="14sp" />

mReturn's avatar
友盟推送&工单优化
8d476a37
 
mReturn committed 5 years ago
145 146 147
                    <RelativeLayout
                        android:id="@+id/ll_device_count"
                        android:layout_width="match_parent"
mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
148
                        android:layout_height="wrap_content"
mReturn's avatar
友盟推送&工单优化
8d476a37
 
mReturn committed 5 years ago
149
                        android:layout_below="@id/ll_server_content"
mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
150 151
                        android:layout_marginLeft="19dp"
                        android:layout_marginTop="15dp"
mReturn's avatar
友盟推送&工单优化
8d476a37
 
mReturn committed 5 years ago
152 153 154 155 156 157 158 159 160 161 162 163 164 165 166
                        android:layout_toRightOf="@+id/tv_content">
                        <TextView
                            android:id="@+id/tv_no_device"
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:text="@string/no_data"
                            android:textColor="@color/cl_home_title_text_color"
                            android:textSize="14sp" />

                        <android.support.v7.widget.RecyclerView
                            android:id="@+id/rl_device_count"
                            android:layout_width="match_parent"
                            android:layout_height="wrap_content" />
                    </RelativeLayout>

罗翻's avatar
android1.7页面书写
d2d8ad87
 
罗翻 committed 7 years ago
167

罗翻's avatar
活体检测去除竖直检测判断
8464cc50
 
罗翻 committed 6 years ago
168 169 170 171
                    <TextView
                        android:id="@+id/tv_remark"
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
mReturn's avatar
友盟推送&工单优化
8d476a37
 
mReturn committed 5 years ago
172
                        android:layout_below="@+id/ll_device_count"
罗翻's avatar
活体检测去除竖直检测判断
8464cc50
 
罗翻 committed 6 years ago
173
                        android:layout_marginTop="15dp"
罗翻's avatar
修改收取费用打开,但是不填写费用导致支付的bug
6477e57f
 
罗翻 committed 6 years ago
174
                        android:text="@string/order_remark"
罗翻's avatar
活体检测去除竖直检测判断
8464cc50
 
罗翻 committed 6 years ago
175 176
                        android:textColor="@color/tv_cl"
                        android:textSize="14sp" />
罗翻's avatar
新增多任务
493772ab
 
罗翻 committed 6 years ago
177 178


罗翻's avatar
活体检测去除竖直检测判断
8464cc50
 
罗翻 committed 6 years ago
179 180
                    <RelativeLayout
                        android:id="@+id/rl_info_detail"
罗翻's avatar
新增多任务
493772ab
 
罗翻 committed 6 years ago
181 182
                        android:layout_width="match_parent"
                        android:layout_height="wrap_content"
mReturn's avatar
友盟推送&工单优化
8d476a37
 
mReturn committed 5 years ago
183
                        android:layout_below="@+id/ll_device_count"
罗翻's avatar
活体检测去除竖直检测判断
8464cc50
 
罗翻 committed 6 years ago
184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211
                        android:layout_marginLeft="19dp"
                        android:layout_marginTop="@dimen/dp_15"
                        android:layout_toRightOf="@+id/tv_remark">

                        <TextView
                            android:id="@+id/order_remark"
                            android:layout_width="match_parent"
                            android:layout_height="wrap_content"
                            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"
                            android:textSize="13sp" />

                        <TextView
                            android:id="@+id/tv_look_more"
                            android:layout_width="match_parent"
                            android:layout_height="wrap_content"
                            android:layout_below="@+id/order_remark"
                            android:gravity="center_horizontal"
                            android:text="@string/look_more"
                            android:textColor="@color/cl_receiving_order_item_data"
                            android:textSize="13.3sp"
                            android:visibility="gone" />

                    </RelativeLayout>

罗翻's avatar
新增多任务
493772ab
 
罗翻 committed 6 years ago
212 213

                    <TextView
罗翻's avatar
活体检测去除竖直检测判断
8464cc50
 
罗翻 committed 6 years ago
214 215 216
                        android:id="@+id/tv_fujian"
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
罗翻's avatar
工单详情备注查看更多
aa59c105
 
罗翻 committed 6 years ago
217
                        android:layout_below="@+id/rl_info_detail"
罗翻's avatar
活体检测去除竖直检测判断
8464cc50
 
罗翻 committed 6 years ago
218
                        android:layout_marginTop="15dp"
mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
219
                        android:layout_marginBottom="10dp"
罗翻's avatar
增加拨打电话多联系人,增加地址支持导航
b89ddb7a
 
罗翻 committed 6 years ago
220
                        android:text="@string/order_attachment"
罗翻's avatar
活体检测去除竖直检测判断
8464cc50
 
罗翻 committed 6 years ago
221 222 223 224 225
                        android:textColor="@color/tv_cl"
                        android:textSize="14sp" />

                    <LinearLayout
                        android:id="@+id/ll_fujian"
罗翻's avatar
新增多任务
493772ab
 
罗翻 committed 6 years ago
226 227
                        android:layout_width="match_parent"
                        android:layout_height="wrap_content"
罗翻's avatar
工单详情备注查看更多
aa59c105
 
罗翻 committed 6 years ago
228
                        android:layout_below="@+id/rl_info_detail"
罗翻's avatar
活体检测去除竖直检测判断
8464cc50
 
罗翻 committed 6 years ago
229 230
                        android:layout_marginLeft="19dp"
                        android:layout_marginTop="@dimen/dp_15"
mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
231
                        android:layout_marginBottom="10dp"
罗翻's avatar
活体检测去除竖直检测判断
8464cc50
 
罗翻 committed 6 years ago
232
                        android:layout_toRightOf="@+id/tv_remark">
罗翻's avatar
新增多任务
493772ab
 
罗翻 committed 6 years ago
233

罗翻's avatar
活体检测去除竖直检测判断
8464cc50
 
罗翻 committed 6 years ago
234 235 236 237 238
                        <android.support.v7.widget.RecyclerView
                            android:id="@+id/rl_fujian"
                            android:layout_width="match_parent"
                            android:layout_height="wrap_content" />
                    </LinearLayout>
罗翻's avatar
新增多任务
493772ab
 
罗翻 committed 6 years ago
239

罗翻's avatar
活体检测去除竖直检测判断
8464cc50
 
罗翻 committed 6 years ago
240
                </RelativeLayout>
罗翻's avatar
android1.7页面书写
d2d8ad87
 
罗翻 committed 7 years ago
241

mReturn's avatar
fix bug
8330d922
 
mReturn committed 5 years ago
242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258
                <LinearLayout
                    android:id="@+id/ll_no_receive_price"
                    android:layout_width="match_parent"
                    android:layout_height="wrap_content"
                    android:background="@color/white"
                    android:orientation="horizontal"
                    android:paddingBottom="10dp">

                    <TextView
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:layout_marginLeft="@dimen/dp_15"
                        android:text="@string/be_takeed_price"
                        android:textColor="@color/tv_cl"
                        android:textSize="14sp" />

                    <TextView
mReturn's avatar
v2.4.5
3984adc1
 
mReturn committed 5 years ago
259
                        android:id="@+id/tv_no_receive_price"
mReturn's avatar
fix bug
8330d922
 
mReturn committed 5 years ago
260 261 262 263 264 265 266
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:layout_marginLeft="19dp"
                        android:textColor="@color/common_red"
                        android:textSize="14sp" />
                </LinearLayout>

罗翻's avatar
android1.7页面书写
d2d8ad87
 
罗翻 committed 7 years ago
267
                <TextView
罗翻's avatar
活体检测去除竖直检测判断
8464cc50
 
罗翻 committed 6 years ago
268 269 270 271
                    android:layout_width="match_parent"
                    android:layout_height="43dp"
                    android:paddingLeft="15dp"
                    android:paddingTop="@dimen/dp_15"
罗翻's avatar
修改收取费用打开,但是不填写费用导致支付的bug
6477e57f
 
罗翻 committed 6 years ago
272
                    android:text="@string/customer_info"
罗翻's avatar
android1.7页面书写
d2d8ad87
 
罗翻 committed 7 years ago
273 274 275
                    android:textColor="@color/tv_cl"
                    android:textSize="14sp" />

罗翻's avatar
活体检测去除竖直检测判断
8464cc50
 
罗翻 committed 6 years ago
276
                <RelativeLayout
罗翻's avatar
新增多任务
493772ab
 
罗翻 committed 6 years ago
277
                    android:layout_width="match_parent"
罗翻's avatar
新增多任务
baa74de1
 
罗翻 committed 7 years ago
278
                    android:layout_height="wrap_content"
罗翻's avatar
活体检测去除竖直检测判断
8464cc50
 
罗翻 committed 6 years ago
279 280
                    android:background="@color/white"
                    android:paddingLeft="15dp">
罗翻's avatar
新增多任务
493772ab
 
罗翻 committed 6 years ago
281

罗翻's avatar
活体检测去除竖直检测判断
8464cc50
 
罗翻 committed 6 years ago
282 283 284 285 286
                    <TextView
                        android:id="@+id/tv_customer_type"
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:layout_marginTop="@dimen/dp_15"
罗翻's avatar
修改收取费用打开,但是不填写费用导致支付的bug
6477e57f
 
罗翻 committed 6 years ago
287
                        android:text="@string/customer_type"
罗翻's avatar
活体检测去除竖直检测判断
8464cc50
 
罗翻 committed 6 years ago
288 289
                        android:textColor="@color/tv_cl"
                        android:textSize="14sp" />
罗翻's avatar
android1.7页面书写
d2d8ad87
 
罗翻 committed 7 years ago
290

罗翻's avatar
活体检测去除竖直检测判断
8464cc50
 
罗翻 committed 6 years ago
291 292 293 294 295 296 297 298 299 300
                    <TextView
                        android:id="@+id/customer_type"
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:layout_marginLeft="19dp"
                        android:layout_marginTop="@dimen/dp_15"
                        android:layout_toRightOf="@+id/tv_customer_type"
                        android:text="@{item.customerType == 1?@string/personal_customer:@string/enterprise_customer}"
                        android:textColor="@color/cl_home_title_text_color"
                        android:textSize="14sp" />
罗翻's avatar
android1.7页面书写
d2d8ad87
 
罗翻 committed 7 years ago
301

罗翻's avatar
活体检测去除竖直检测判断
8464cc50
 
罗翻 committed 6 years ago
302
                    <TextView
罗翻's avatar
android2.0.0
70880c49
 
罗翻 committed 6 years ago
303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324
                        android:id="@+id/tv_company_name"
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:layout_below="@id/tv_customer_type"
                        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"
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:layout_below="@id/tv_customer_type"
                        android:layout_marginLeft="19dp"
                        android:layout_marginTop="@dimen/dp_13"
                        android:layout_toRightOf="@id/tv_company_name"
                        android:text='@{!TextUtils.isEmpty(item.customerCompany)?item.customerCompany:@string/no_data}'
                        android:textColor="@color/cl_home_title_text_color"
                        android:textSize="@dimen/sp_14" />

                    <TextView
罗翻's avatar
活体检测去除竖直检测判断
8464cc50
 
罗翻 committed 6 years ago
325 326 327
                        android:id="@+id/tv_customer_name"
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
328
                        android:layout_below="@+id/tv_company_name"
罗翻's avatar
活体检测去除竖直检测判断
8464cc50
 
罗翻 committed 6 years ago
329 330 331
                        android:layout_alignBaseline="@+id/customer_name"
                        android:layout_alignBottom="@+id/customer_name"
                        android:layout_alignParentStart="true"
mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
332
                        android:layout_alignParentLeft="true"
罗翻's avatar
修改收取费用打开,但是不填写费用导致支付的bug
6477e57f
 
罗翻 committed 6 years ago
333
                        android:text="@string/customer_name"
罗翻's avatar
活体检测去除竖直检测判断
8464cc50
 
罗翻 committed 6 years ago
334 335
                        android:textColor="@color/tv_cl"
                        android:textSize="14sp" />
罗翻's avatar
android1.7页面书写
d2d8ad87
 
罗翻 committed 7 years ago
336

罗翻's avatar
活体检测去除竖直检测判断
8464cc50
 
罗翻 committed 6 years ago
337 338 339 340
                    <TextView
                        android:id="@+id/customer_name"
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
罗翻's avatar
android2.0.0
70880c49
 
罗翻 committed 6 years ago
341
                        android:layout_below="@+id/tv_company_name"
罗翻's avatar
活体检测去除竖直检测判断
8464cc50
 
罗翻 committed 6 years ago
342 343
                        android:layout_marginLeft="19dp"
                        android:layout_marginTop="@dimen/dp_15"
罗翻's avatar
android2.0.0
70880c49
 
罗翻 committed 6 years ago
344
                        android:layout_toRightOf="@+id/tv_customer_name"
罗翻's avatar
活体检测去除竖直检测判断
8464cc50
 
罗翻 committed 6 years ago
345 346 347
                        android:text='@{!TextUtils.isEmpty(item.customerName)?item.customerName:@string/no_data}'
                        android:textColor="@color/cl_home_title_text_color"
                        android:textSize="14sp" />
罗翻's avatar
新增多任务
baa74de1
 
罗翻 committed 7 years ago
348

罗翻's avatar
活体检测去除竖直检测判断
8464cc50
 
罗翻 committed 6 years ago
349
                    <TextView
mReturn's avatar
fix bug
9cfc3748
 
mReturn committed 5 years ago
350
                        android:visibility="gone"
罗翻's avatar
增加签名和sn码
d46bcf9d
 
罗翻 committed 6 years ago
351 352 353
                        android:id="@+id/customer_signature"
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
罗翻's avatar
android v1.91
ed2cb01c
 
罗翻 committed 6 years ago
354
                        android:layout_below="@+id/tv_customer_type"
mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
355
                        android:layout_alignParentRight="true"
罗翻's avatar
android v1.91
ed2cb01c
 
罗翻 committed 6 years ago
356
                        android:layout_marginLeft="19dp"
罗翻's avatar
增加签名和sn码
d46bcf9d
 
罗翻 committed 6 years ago
357
                        android:layout_marginTop="@dimen/dp_15"
mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
358
                        android:layout_marginRight="@dimen/dp_15"
罗翻's avatar
增加签名和sn码
d46bcf9d
 
罗翻 committed 6 years ago
359
                        android:layout_toRightOf="@+id/customer_name"
罗翻's avatar
android v1.91
ed2cb01c
 
罗翻 committed 6 years ago
360
                        android:gravity="right"
罗翻's avatar
修改收取费用打开,但是不填写费用导致支付的bug
6477e57f
 
罗翻 committed 6 years ago
361
                        android:text="@string/check_signature"
罗翻's avatar
增加签名和sn码
d46bcf9d
 
罗翻 committed 6 years ago
362 363 364 365
                        android:textColor="@color/bg_button"
                        android:textSize="14sp" />

                    <TextView
罗翻's avatar
活体检测去除竖直检测判断
8464cc50
 
罗翻 committed 6 years ago
366 367 368 369 370
                        android:id="@+id/tv_customer_mobile"
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:layout_below="@+id/tv_customer_name"
                        android:layout_marginTop="@dimen/dp_15"
罗翻's avatar
修改收取费用打开,但是不填写费用导致支付的bug
6477e57f
 
罗翻 committed 6 years ago
371
                        android:text="@string/tv_two_text_three"
罗翻's avatar
活体检测去除竖直检测判断
8464cc50
 
罗翻 committed 6 years ago
372 373
                        android:textColor="@color/tv_cl"
                        android:textSize="14sp" />
罗翻's avatar
android1.7页面书写
d2d8ad87
 
罗翻 committed 7 years ago
374

罗翻's avatar
活体检测去除竖直检测判断
8464cc50
 
罗翻 committed 6 years ago
375 376 377 378 379 380 381 382 383 384 385
                    <TextView
                        android:id="@+id/customer_moblie"
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:layout_below="@+id/tv_customer_name"
                        android:layout_marginLeft="19dp"
                        android:layout_marginTop="@dimen/dp_15"
                        android:layout_toRightOf="@+id/tv_customer_mobile"
                        android:text='@{!TextUtils.isEmpty(item.customerMobile)?item.customerMobile:@string/no_data}'
                        android:textColor="@color/cl_home_title_text_color"
                        android:textSize="14sp" />
罗翻's avatar
android1.7页面书写
d2d8ad87
 
罗翻 committed 7 years ago
386

罗翻's avatar
增加拨打电话多联系人,增加地址支持导航
b89ddb7a
 
罗翻 committed 6 years ago
387 388 389 390 391 392

                    <TextView
                        android:id="@+id/tv_contact_tel"
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:layout_below="@id/customer_moblie"
罗翻's avatar
修改收取费用打开,但是不填写费用导致支付的bug
6477e57f
 
罗翻 committed 6 years ago
393
                        android:layout_marginLeft="19dp"
罗翻's avatar
增加拨打电话多联系人,增加地址支持导航
b89ddb7a
 
罗翻 committed 6 years ago
394 395
                        android:layout_marginTop="@dimen/dp_13"
                        android:layout_toRightOf="@+id/tv_customer_mobile"
罗翻's avatar
修改收取费用打开,但是不填写费用导致支付的bug
6477e57f
 
罗翻 committed 6 years ago
396
                        android:text="@{item.customerTelphome}"
罗翻's avatar
增加拨打电话多联系人,增加地址支持导航
b89ddb7a
 
罗翻 committed 6 years ago
397
                        android:textColor="@color/cl_home_title_text_color"
罗翻's avatar
android v1.91
ed2cb01c
 
罗翻 committed 6 years ago
398 399
                        android:textSize="14sp"
                        android:visibility="@{TextUtils.isEmpty(item.customerTelphome)?View.GONE:View.VISIBLE}" />
罗翻's avatar
增加拨打电话多联系人,增加地址支持导航
b89ddb7a
 
罗翻 committed 6 years ago
400 401


罗翻's avatar
活体检测去除竖直检测判断
8464cc50
 
罗翻 committed 6 years ago
402 403 404 405
                    <TextView
                        android:id="@+id/tv_address"
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
罗翻's avatar
增加拨打电话多联系人,增加地址支持导航
b89ddb7a
 
罗翻 committed 6 years ago
406
                        android:layout_below="@+id/tv_contact_tel"
罗翻's avatar
活体检测去除竖直检测判断
8464cc50
 
罗翻 committed 6 years ago
407
                        android:layout_marginTop="@dimen/dp_15"
罗翻's avatar
修改收取费用打开,但是不填写费用导致支付的bug
6477e57f
 
罗翻 committed 6 years ago
408
                        android:text="@string/tv_two_text_foure"
罗翻's avatar
活体检测去除竖直检测判断
8464cc50
 
罗翻 committed 6 years ago
409 410
                        android:textColor="@color/tv_cl"
                        android:textSize="14sp" />
罗翻's avatar
android1.7页面书写
d2d8ad87
 
罗翻 committed 7 years ago
411

罗翻's avatar
增加拨打电话多联系人,增加地址支持导航
b89ddb7a
 
罗翻 committed 6 years ago
412 413 414
                    <LinearLayout
                        android:id="@+id/navigation"
                        android:layout_width="match_parent"
罗翻's avatar
活体检测去除竖直检测判断
8464cc50
 
罗翻 committed 6 years ago
415
                        android:layout_height="wrap_content"
罗翻's avatar
android v1.91
ed2cb01c
 
罗翻 committed 6 years ago
416
                        android:layout_below="@+id/tv_contact_tel"
罗翻's avatar
增加内容提交的字数限制
8f83615b
 
罗翻 committed 6 years ago
417
                        android:layout_marginLeft="19dp"
罗翻's avatar
活体检测去除竖直检测判断
8464cc50
 
罗翻 committed 6 years ago
418
                        android:layout_marginTop="@dimen/dp_15"
罗翻's avatar
增加拨打电话多联系人,增加地址支持导航
b89ddb7a
 
罗翻 committed 6 years ago
419 420 421 422 423
                        android:layout_toRightOf="@id/tv_address"
                        android:orientation="horizontal">

                        <TextView
                            android:id="@+id/tv_customer_address"
mReturn's avatar
fix bug
9cfc3748
 
mReturn committed 5 years ago
424
                            android:layout_width="245dp"
罗翻's avatar
增加拨打电话多联系人,增加地址支持导航
b89ddb7a
 
罗翻 committed 6 years ago
425
                            android:layout_height="wrap_content"
罗翻's avatar
android v1.91
ed2cb01c
 
罗翻 committed 6 years ago
426
                            android:layout_weight="1"
罗翻's avatar
增加拨打电话多联系人,增加地址支持导航
b89ddb7a
 
罗翻 committed 6 years ago
427 428 429 430 431 432 433 434 435
                            android:ellipsize="end"
                            android:maxLines="2"
                            android:text='@{item.provinceName+item.cityName+item.districtName+item.address}'
                            android:textColor="@color/cl_home_title_text_color"
                            android:textSize="@dimen/sp_13.3" />

                        <ImageView
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
罗翻's avatar
android v1.91
ed2cb01c
 
罗翻 committed 6 years ago
436
                            android:layout_gravity="center_vertical"
罗翻's avatar
增加拨打电话多联系人,增加地址支持导航
b89ddb7a
 
罗翻 committed 6 years ago
437 438 439 440 441
                            android:layout_marginLeft="15dp"
                            android:layout_marginRight="15dp"
                            android:paddingBottom="5dp"
                            android:src="@drawable/icon_navigation" />
                    </LinearLayout>
罗翻's avatar
android1.7页面书写
d2d8ad87
 
罗翻 committed 7 years ago
442

罗翻's avatar
活体检测去除竖直检测判断
8464cc50
 
罗翻 committed 6 years ago
443 444 445 446 447
                    <TextView
                        android:id="@+id/tv_end_time"
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:layout_below="@+id/tv_address"
罗翻's avatar
android v1.91
ed2cb01c
 
罗翻 committed 6 years ago
448
                        android:layout_marginTop="@dimen/dp_15"
mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
449
                        android:layout_marginBottom="10dp"
罗翻's avatar
修改收取费用打开,但是不填写费用导致支付的bug
6477e57f
 
罗翻 committed 6 years ago
450
                        android:text="@string/lookforword_time"
罗翻's avatar
活体检测去除竖直检测判断
8464cc50
 
罗翻 committed 6 years ago
451 452
                        android:textColor="@color/tv_cl"
                        android:textSize="14sp" />
罗翻's avatar
android1.7页面书写
d2d8ad87
 
罗翻 committed 7 years ago
453

罗翻's avatar
活体检测去除竖直检测判断
8464cc50
 
罗翻 committed 6 years ago
454 455 456 457 458 459 460
                    <TextView
                        android:id="@+id/end_time"
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:layout_below="@+id/tv_address"
                        android:layout_marginLeft="19dp"
                        android:layout_marginTop="@dimen/dp_15"
mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
461
                        android:layout_marginBottom="10dp"
罗翻's avatar
活体检测去除竖直检测判断
8464cc50
 
罗翻 committed 6 years ago
462 463 464 465 466
                        android:layout_toRightOf="@+id/tv_end_time"
                        android:text='@{!TextUtils.isEmpty(item.appointmentTime)?item.appointmentTime:@string/no_data}'
                        android:textColor="@color/cl_home_title_text_color"
                        android:textSize="14sp" />
                </RelativeLayout>
罗翻's avatar
android1.7页面书写
d2d8ad87
 
罗翻 committed 7 years ago
467 468

                <TextView
mReturn's avatar
fix bug
16d0953d
 
mReturn committed 5 years ago
469
                    android:visibility="gone"
罗翻's avatar
活体检测去除竖直检测判断
8464cc50
 
罗翻 committed 6 years ago
470 471 472 473
                    android:layout_width="match_parent"
                    android:layout_height="43dp"
                    android:paddingLeft="15dp"
                    android:paddingTop="@dimen/dp_15"
罗翻's avatar
修改收取费用打开,但是不填写费用导致支付的bug
6477e57f
 
罗翻 committed 6 years ago
474
                    android:text="@string/money_info"
mReturn's avatar
order
fcdebea6
 
mReturn committed 5 years ago
475
                    android:textColor="@color/cl_home_title_text_color"
罗翻's avatar
android1.7页面书写
d2d8ad87
 
罗翻 committed 7 years ago
476 477
                    android:textSize="14sp" />

罗翻's avatar
活体检测去除竖直检测判断
8464cc50
 
罗翻 committed 6 years ago
478
                <LinearLayout
mReturn's avatar
fix bug
16d0953d
 
mReturn committed 5 years ago
479
                    android:visibility="gone"
罗翻's avatar
活体检测去除竖直检测判断
8464cc50
 
罗翻 committed 6 years ago
480
                    android:layout_width="match_parent"
罗翻's avatar
android1.7页面书写
d2d8ad87
 
罗翻 committed 7 years ago
481
                    android:layout_height="wrap_content"
罗翻's avatar
活体检测去除竖直检测判断
8464cc50
 
罗翻 committed 6 years ago
482 483 484
                    android:background="@color/white"
                    android:orientation="horizontal"
                    android:paddingBottom="10dp">
罗翻's avatar
android1.7页面书写
d2d8ad87
 
罗翻 committed 7 years ago
485

罗翻's avatar
活体检测去除竖直检测判断
8464cc50
 
罗翻 committed 6 years ago
486 487 488
                    <TextView
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
罗翻's avatar
android v1.91
ed2cb01c
 
罗翻 committed 6 years ago
489
                        android:layout_marginLeft="@dimen/dp_15"
罗翻's avatar
活体检测去除竖直检测判断
8464cc50
 
罗翻 committed 6 years ago
490
                        android:layout_marginTop="@dimen/dp_15"
罗翻's avatar
修改收取费用打开,但是不填写费用导致支付的bug
6477e57f
 
罗翻 committed 6 years ago
491
                        android:text="@string/order_payer"
罗翻's avatar
活体检测去除竖直检测判断
8464cc50
 
罗翻 committed 6 years ago
492 493
                        android:textColor="@color/tv_cl"
                        android:textSize="14sp" />
罗翻's avatar
android1.7页面书写
d2d8ad87
 
罗翻 committed 7 years ago
494

罗翻's avatar
活体检测去除竖直检测判断
8464cc50
 
罗翻 committed 6 years ago
495 496 497 498 499 500 501
                    <TextView
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:layout_marginLeft="@dimen/dp_10"
                        android:layout_marginTop="@dimen/dp_15"
                        android:textColor="@color/cl_home_title_text_color"
                        android:textSize="14sp" />
mReturn's avatar
fix bug
16d0953d
 
mReturn committed 5 years ago
502 503
                    <!--android:text="@{item.repairType == 1?@string/payer_baonei:@string/payer_baowai}"-->

罗翻's avatar
活体检测去除竖直检测判断
8464cc50
 
罗翻 committed 6 years ago
504
                </LinearLayout>
mReturn's avatar
order
fcdebea6
 
mReturn committed 5 years ago
505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535

                <TextView
                    android:layout_width="match_parent"
                    android:layout_height="43dp"
                    android:paddingLeft="15dp"
                    android:paddingTop="@dimen/dp_15"
                    android:text="@string/order_send_info"
                    android:textColor="@color/cl_home_title_text_color"
                    android:textSize="14sp" />

                <LinearLayout
                    android:layout_width="match_parent"
                    android:layout_height="wrap_content"
                    android:background="@color/white"
                    android:orientation="horizontal"
                    android:paddingBottom="10dp">

                    <TextView
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:layout_marginLeft="@dimen/dp_15"
                        android:layout_marginTop="@dimen/dp_15"
                        android:text="@string/order_send_company"
                        android:textColor="@color/tv_cl"
                        android:textSize="14sp" />

                    <TextView
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:layout_marginLeft="@dimen/dp_10"
                        android:layout_marginTop="@dimen/dp_15"
mReturn's avatar
v2.4.5
3984adc1
 
mReturn committed 5 years ago
536
                        android:text='@{!TextUtils.isEmpty(item.createdProvider)?item.createdProvider:@string/dayu_platform}'
mReturn's avatar
order
fcdebea6
 
mReturn committed 5 years ago
537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552
                        android:textColor="@color/cl_home_title_text_color"
                        android:textSize="14sp" />
                </LinearLayout>

                <LinearLayout
                    android:layout_width="match_parent"
                    android:layout_height="wrap_content"
                    android:background="@color/white"
                    android:orientation="horizontal"
                    android:paddingBottom="10dp">

                    <TextView
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:layout_marginLeft="@dimen/dp_15"
                        android:layout_marginTop="@dimen/dp_15"
mReturn's avatar
调试接口
a2504a15
 
mReturn committed 5 years ago
553
                        android:text="@string/order_take_price"
mReturn's avatar
order
fcdebea6
 
mReturn committed 5 years ago
554 555 556 557 558 559 560 561
                        android:textColor="@color/tv_cl"
                        android:textSize="14sp" />

                    <TextView
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:layout_marginLeft="@dimen/dp_10"
                        android:layout_marginTop="@dimen/dp_15"
mReturn's avatar
调试接口
a2504a15
 
mReturn committed 5 years ago
562
                        android:text='@{item.price+"元"}'
mReturn's avatar
fix bug
16d0953d
 
mReturn committed 5 years ago
563
                        android:textColor="@color/common_red"
mReturn's avatar
order
fcdebea6
 
mReturn committed 5 years ago
564
                        android:textSize="14sp" />
mReturn's avatar
fix bug
9cfc3748
 
mReturn committed 5 years ago
565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586
                    <TextView
                        android:layout_width="0dp"
                        android:layout_height="wrap_content"
                        android:layout_weight="1"
                        />
                    <TextView
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:layout_marginTop="@dimen/dp_15"
                        android:text="@string/take_price_subsidy"
                        android:textColor="@color/tv_cl"
                        android:textSize="14sp" />

                    <TextView
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:layout_marginLeft="@dimen/dp_10"
                        android:layout_marginTop="@dimen/dp_15"
                        android:text='@{item.subsidyPrice+"元"}'
                        android:textColor="@color/common_red"
                        android:layout_marginRight="50dp"
                        android:textSize="14sp" />
mReturn's avatar
order
fcdebea6
 
mReturn committed 5 years ago
587
                </LinearLayout>
mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
588

mReturn's avatar
order
fcdebea6
 
mReturn committed 5 years ago
589 590 591 592 593 594 595 596 597 598
                <TextView
                    android:id="@+id/tv_contact_seller"
                    android:layout_width="match_parent"
                    android:layout_height="35dp"
                    android:layout_margin="20dp"
                    android:background="@color/cl_home_button"
                    android:gravity="center"
                    android:text="@string/contact_seller_support"
                    android:textColor="@color/white"
                    android:textSize="16sp" />
罗翻's avatar
android1.7页面书写
d2d8ad87
 
罗翻 committed 7 years ago
599
            </LinearLayout>
罗翻's avatar
活体检测去除竖直检测判断
8464cc50
 
罗翻 committed 6 years ago
600 601 602 603 604 605 606 607 608 609 610
        </android.support.v4.widget.NestedScrollView>

        <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" />
mReturn's avatar
友盟推送&工单优化
5fb96c68
 
mReturn committed 5 years ago
611 612 613 614 615 616 617 618 619
        <TextView
            android:id="@+id/tv_take_order"
            android:layout_width="match_parent"
            android:layout_height="49dp"
            android:background="@color/cl_home_button"
            android:gravity="center"
            android:text="@string/take_oreder_now"
            android:textColor="@color/white"
            android:textSize="16sp" />
罗翻's avatar
活体检测去除竖直检测判断
8464cc50
 
罗翻 committed 6 years ago
620
    </LinearLayout>
罗翻's avatar
android1.7页面书写
d2d8ad87
 
罗翻 committed 7 years ago
621
</layout>