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_orderdoing_item.xml
Find file
Normal viewHistoryPermalink
fragment_orderdoing_item.xml 23.7 KB
Newer Older
yu's avatar
init
e37b6764
 
yu committed 7 years ago
1
<?xml version="1.0" encoding="utf-8"?>
罗翻's avatar
消息模块增加mvvm模式
4ffdfe68
 
罗翻 committed 7 years ago
2
<layout xmlns:android="http://schemas.android.com/apk/res/android">
罗翻's avatar
去除所有basequikAdapter,用coreadapter...
8292e843
 
罗翻 committed 7 years ago
3 4 5 6 7

    <data>

        <variable
            name="item"
罗翻's avatar
增加ordercenter和loctionlib
ae60479a
 
罗翻 committed 7 years ago
8
            type="com.dayu.order.api.protocol.Order" />
罗翻's avatar
将mvp替换成mvvm
d478f62a
 
罗翻 committed 7 years ago
9

罗翻's avatar
去除所有basequikAdapter,用coreadapter...
8292e843
 
罗翻 committed 7 years ago
10 11
    </data>

罗翻's avatar
消息模块增加mvvm模式
4ffdfe68
 
罗翻 committed 7 years ago
12 13 14 15 16
    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_marginLeft="@dimen/dp_13.3"
        android:layout_marginTop="5dp"
mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
17
        android:layout_marginRight="@dimen/dp_13.3"
罗翻's avatar
消息模块增加mvvm模式
4ffdfe68
 
罗翻 committed 7 years ago
18 19
        android:background="@drawable/item_shape"
        android:orientation="vertical">
罗翻's avatar
订单流程修改
0f0b21cb
 
罗翻 committed 7 years ago
20 21

        <LinearLayout
罗翻's avatar
去除所有basequikAdapter,用coreadapter...
8292e843
 
罗翻 committed 7 years ago
22
            android:layout_width="match_parent"
luofan's avatar
提交代码
87e8465e
 
luofan committed 2 years ago
23
            android:layout_height="match_parent"
罗翻's avatar
将mvp替换成mvvm
d478f62a
 
罗翻 committed 7 years ago
24
            android:orientation="horizontal">
罗翻's avatar
订单流程修改
0f0b21cb
 
罗翻 committed 7 years ago
25

罗翻's avatar
去除所有basequikAdapter,用coreadapter...
8292e843
 
罗翻 committed 7 years ago
26
            <LinearLayout
罗翻's avatar
订单流程修改
0f0b21cb
 
罗翻 committed 7 years ago
27
                android:layout_width="wrap_content"
xuxuan's avatar
按天用工单等待验收UI修改
4493baf5
 
xuxuan committed 11 months ago
28
                android:layout_height="wrap_content"
罗翻's avatar
将mvp替换成mvvm
d478f62a
 
罗翻 committed 7 years ago
29
                android:orientation="vertical">
罗翻's avatar
订单流程修改
0f0b21cb
 
罗翻 committed 7 years ago
30

罗翻's avatar
去除所有basequikAdapter,用coreadapter...
8292e843
 
罗翻 committed 7 years ago
31 32 33 34 35 36 37 38 39
                <TextView
                    android:id="@+id/tv_order_time"
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:layout_marginLeft="25.3dp"
                    android:layout_marginTop="@dimen/dp_16.7"
                    android:text="@string/tv_home_tab_one_subscribe_time"
                    android:textColor="#3a3a3a"
                    android:textSize="13.3sp"
罗翻's avatar
将mvp替换成mvvm
d478f62a
 
罗翻 committed 7 years ago
40
                    android:textStyle="bold" />
罗翻's avatar
订单流程修改
0f0b21cb
 
罗翻 committed 7 years ago
41

罗翻's avatar
去除所有basequikAdapter,用coreadapter...
8292e843
 
罗翻 committed 7 years ago
42 43 44 45 46 47 48 49
                <TextView
                    android:id="@+id/item_tody"
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:layout_gravity="right"
                    android:layout_marginTop="5.7dp"
                    android:text="@string/tv_order_item_time"
                    android:textColor="@color/cl_receiving_order_item_data"
罗翻's avatar
将mvp替换成mvvm
d478f62a
 
罗翻 committed 7 years ago
50
                    android:textSize="@dimen/sp_13.3" />
yu's avatar
init
e37b6764
 
yu committed 7 years ago
51

罗翻's avatar
去除所有basequikAdapter,用coreadapter...
8292e843
 
罗翻 committed 7 years ago
52 53 54 55 56 57 58 59
                <TextView
                    android:id="@+id/item_time"
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:layout_gravity="right"
                    android:text="@string/tv_order_item_date"
                    android:textColor="@color/cl_receiving_order_item_data"
                    android:textSize="@dimen/size_order_item_data_text"
罗翻's avatar
将mvp替换成mvvm
d478f62a
 
罗翻 committed 7 years ago
60
                    android:typeface="@{@string/tv_fonts}" />
yu's avatar
init
e37b6764
 
yu committed 7 years ago
61

罗翻's avatar
android1.7页面书写
d2d8ad87
 
罗翻 committed 7 years ago
62 63 64 65
                <TextView
                    android:id="@+id/tv_error_state"
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
罗翻's avatar
增加拨打电话多联系人,增加地址支持导航
b89ddb7a
 
罗翻 committed 6 years ago
66
                    android:layout_gravity="right"
罗翻's avatar
android1.7页面书写
d2d8ad87
 
罗翻 committed 7 years ago
67 68
                    android:layout_marginTop="3dp"
                    android:textColor="@color/cl_tab_read"
mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
69
                    android:textSize="14sp"
罗翻's avatar
android1.7页面书写
d2d8ad87
 
罗翻 committed 7 years ago
70
                    android:visibility="gone" />
luofan's avatar
286增加师傅转派功能
c189f36f
 
luofan committed 3 years ago
71

mReturn's avatar
服务工单添加紧急状态标识
db26bdf1
 
mReturn committed 4 years ago
72 73 74 75 76 77 78
                <TextView
                    android:id="@+id/tv_alert"
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:layout_gravity="right"
                    android:layout_marginTop="3dp"
                    android:text="紧急"
luofan's avatar
286增加师傅转派功能
c189f36f
 
luofan committed 3 years ago
79
                    android:textColor="@color/cl_tab_read"
mReturn's avatar
服务工单添加紧急状态标识
db26bdf1
 
mReturn committed 4 years ago
80
                    android:textSize="14sp"
luofan's avatar
286增加师傅转派功能
c189f36f
 
luofan committed 3 years ago
81
                    android:visibility="gone" />
罗翻's avatar
去除所有basequikAdapter,用coreadapter...
8292e843
 
罗翻 committed 7 years ago
82
            </LinearLayout>
yu's avatar
init
e37b6764
 
yu committed 7 years ago
83

罗翻's avatar
去除所有basequikAdapter,用coreadapter...
8292e843
 
罗翻 committed 7 years ago
84 85 86 87 88 89
            <ImageView
                android:id="@+id/item_line"
                android:layout_width="@dimen/size_order_item_line_width"
                android:layout_height="match_parent"
                android:layout_marginLeft="10dp"
                android:layout_marginTop="@dimen/dp_21.3"
mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
90
                android:layout_marginBottom="10dp"
罗翻's avatar
将mvp替换成mvvm
d478f62a
 
罗翻 committed 7 years ago
91
                android:background="@color/cl_order_item_line_bg" />
yu's avatar
init
e37b6764
 
yu committed 7 years ago
92

mReturn's avatar
order
fcdebea6
 
mReturn committed 5 years ago
93 94 95
            <RelativeLayout
                android:layout_width="wrap_content"
                android:layout_height="wrap_content">
罗翻's avatar
订单流程修改
0f0b21cb
 
罗翻 committed 7 years ago
96 97

                <LinearLayout
罗翻's avatar
去除所有basequikAdapter,用coreadapter...
8292e843
 
罗翻 committed 7 years ago
98
                    android:layout_width="match_parent"
罗翻's avatar
订单流程修改
0f0b21cb
 
罗翻 committed 7 years ago
99
                    android:layout_height="wrap_content"
mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
100 101
                    android:layout_marginBottom="9.3dp"
                    android:orientation="vertical">
罗翻's avatar
去除所有basequikAdapter,用coreadapter...
8292e843
 
罗翻 committed 7 years ago
102 103

                    <LinearLayout
mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
104
                        android:layout_width="match_parent"
罗翻's avatar
去除所有basequikAdapter,用coreadapter...
8292e843
 
罗翻 committed 7 years ago
105 106 107 108 109 110 111 112
                        android:layout_height="wrap_content"
                        android:layout_weight="1"
                        android:orientation="horizontal">

                        <TextView
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:layout_marginLeft="@dimen/dp_13.3"
mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
113
                            android:layout_marginTop="@dimen/dp_16.7"
罗翻's avatar
去除所有basequikAdapter,用coreadapter...
8292e843
 
罗翻 committed 7 years ago
114 115 116
                            android:ellipsize="end"
                            android:maxEms="3"
                            android:maxLines="1"
mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
117
                            android:text="@string/order_sender"
罗翻's avatar
去除所有basequikAdapter,用coreadapter...
8292e843
 
罗翻 committed 7 years ago
118 119
                            android:textColor="@color/cl_home_title_text_color"
                            android:textSize="@dimen/size_login_hint_text"
罗翻's avatar
将mvp替换成mvvm
d478f62a
 
罗翻 committed 7 years ago
120
                            android:textStyle="bold" />
罗翻's avatar
去除所有basequikAdapter,用coreadapter...
8292e843
 
罗翻 committed 7 years ago
121 122 123 124

                        <TextView
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
125
                            android:layout_marginTop="@dimen/dp_16.7"
罗翻's avatar
去除所有basequikAdapter,用coreadapter...
8292e843
 
罗翻 committed 7 years ago
126
                            android:text=" - "
罗翻's avatar
将mvp替换成mvvm
d478f62a
 
罗翻 committed 7 years ago
127
                            android:textStyle="bold" />
罗翻's avatar
去除所有basequikAdapter,用coreadapter...
8292e843
 
罗翻 committed 7 years ago
128 129

                        <TextView
mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
130
                            android:id="@+id/tv_order_sender"
罗翻's avatar
去除所有basequikAdapter,用coreadapter...
8292e843
 
罗翻 committed 7 years ago
131 132
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
133
                            android:layout_marginTop="@dimen/dp_16.7"
罗翻's avatar
去除所有basequikAdapter,用coreadapter...
8292e843
 
罗翻 committed 7 years ago
134 135
                            android:ellipsize="end"
                            android:maxLines="1"
mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
136
                            android:text="无"
罗翻's avatar
去除所有basequikAdapter,用coreadapter...
8292e843
 
罗翻 committed 7 years ago
137 138
                            android:textColor="@color/cl_home_title_text_color"
                            android:textSize="@dimen/size_login_hint_text"
罗翻's avatar
将mvp替换成mvvm
d478f62a
 
罗翻 committed 7 years ago
139
                            android:textStyle="bold" />
mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
140

罗翻's avatar
去除所有basequikAdapter,用coreadapter...
8292e843
 
罗翻 committed 7 years ago
141
                    </LinearLayout>
罗翻's avatar
订单流程修改
0f0b21cb
 
罗翻 committed 7 years ago
142

mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
143 144
                    <LinearLayout
                        android:layout_width="match_parent"
罗翻's avatar
订单流程修改
0f0b21cb
 
罗翻 committed 7 years ago
145
                        android:layout_height="wrap_content"
mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
146
                        android:orientation="horizontal">
罗翻's avatar
去除所有basequikAdapter,用coreadapter...
8292e843
 
罗翻 committed 7 years ago
147

mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201
                        <LinearLayout
                            android:layout_width="0dp"
                            android:layout_height="wrap_content"
                            android:layout_weight="1"
                            android:orientation="horizontal"
                            android:visibility="gone">

                            <TextView
                                android:id="@+id/item_text_weixiu"
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:layout_marginLeft="@dimen/dp_13.3"
                                android:layout_marginTop="@dimen/dp_6"
                                android:ellipsize="end"
                                android:maxEms="3"
                                android:maxLines="1"
                                android:text="@string/tv_order_item_tool_text"
                                android:textColor="@color/cl_home_title_text_color"
                                android:textSize="@dimen/size_login_hint_text"
                                android:textStyle="bold" />

                            <TextView
                                android:id="@+id/text_line"
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:layout_marginTop="@dimen/dp_6"
                                android:text=" - "
                                android:textStyle="bold" />

                            <TextView
                                android:id="@+id/item_text_weixiu_leixing"
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:layout_marginTop="@dimen/dp_6"
                                android:ellipsize="end"
                                android:maxEms="7"
                                android:maxLines="1"
                                android:text="@string/tv_order_item_tool_text_leixing"
                                android:textColor="@color/cl_home_title_text_color"
                                android:textSize="@dimen/size_login_hint_text"
                                android:textStyle="bold" />
                        </LinearLayout>

                        <LinearLayout
                            android:layout_width="match_parent"
                            android:layout_height="match_parent"
                            android:layout_marginTop="5dp"
                            android:orientation="horizontal">

                            <TextView
                                android:id="@+id/tv_order_detail"
                                android:layout_width="0dp"
                                android:layout_height="wrap_content"
                                android:layout_marginLeft="@dimen/dp_14"
xuxuan's avatar
按天用工单UI修改,个人中心UI修改
40422755
 
xuxuan committed 11 months ago
202
                                android:layout_weight="3"
mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
203 204
                                android:ellipsize="end"
                                android:maxLines="1"
xuxuan's avatar
按天用工单UI修改,个人中心UI修改
40422755
 
xuxuan committed 11 months ago
205
                                android:text="xxxxxvvvvvvvvvvvvvvvvvvv"
mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
206 207 208 209 210
                                android:textColor="@color/cl_home_title_text_color"
                                android:textSize="@dimen/size_login_hint_text"
                                android:textStyle="bold" />

                            <TextView
xuxuan's avatar
按天用工单UI修改,个人中心UI修改
40422755
 
xuxuan committed 11 months ago
211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239
                                android:id="@+id/tv_days_count"
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:layout_marginLeft="5dp"
                                android:layout_marginRight="10dp"
                                android:ellipsize="end"
                                android:gravity="center"
                                android:maxLines="1"
                                android:text="3天"
                                android:visibility="gone"
                                android:layout_weight="1"
                                android:textColor="@color/common_red"
                                android:textSize="@dimen/size_login_hint_text"
                                android:textStyle="bold" />

                            <TextView
                                android:id="@+id/tv_count"
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:layout_marginLeft="5dp"
                                android:ellipsize="end"
                                android:gravity="right"
                                android:maxEms="7"
                                android:maxLines="1"
                                android:text="共"
                                android:visibility="gone"
                                android:textColor="@color/cl_home_title_text_color"
                                android:textSize="@dimen/size_login_hint_text"/>
                            <TextView
mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264
                                android:id="@+id/tv_price"
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:layout_marginLeft="5dp"
                                android:layout_marginRight="10dp"
                                android:ellipsize="end"
                                android:gravity="right"
                                android:maxEms="7"
                                android:maxLines="1"
                                android:text="0元"
                                android:textColor="@color/common_red"
                                android:textSize="@dimen/size_login_hint_text"
                                android:textStyle="bold" />

                            <TextView
                                android:id="@+id/tv_server_type"
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:layout_marginTop="@dimen/dp_6"
                                android:layout_marginRight="10dp"
                                android:textColor="@color/cl_tab_init"
                                android:textSize="@dimen/size_login_hint_text"
                                android:visibility="gone" />
                        </LinearLayout>
                    </LinearLayout>
罗翻's avatar
去除所有basequikAdapter,用coreadapter...
8292e843
 
罗翻 committed 7 years ago
265

罗翻's avatar
订单流程修改
0f0b21cb
 
罗翻 committed 7 years ago
266

mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
267
                    <LinearLayout
luofan's avatar
提交代码
87e8465e
 
luofan committed 2 years ago
268
                        android:id="@+id/userLayout"
mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
269
                        android:layout_width="match_parent"
罗翻's avatar
订单流程修改
0f0b21cb
 
罗翻 committed 7 years ago
270
                        android:layout_height="wrap_content"
mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
271 272
                        android:layout_marginTop="5dp"
                        android:orientation="horizontal">
罗翻's avatar
订单流程修改
0f0b21cb
 
罗翻 committed 7 years ago
273

mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
274 275 276 277 278 279 280 281 282 283 284
                        <TextView
                            android:id="@+id/item_text_user_name"
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:layout_marginLeft="@dimen/size_order_item_tool_ml"
                            android:ellipsize="end"
                            android:maxEms="5"
                            android:maxLines="1"
                            android:text="@string/tv_order_item_user_name"
                            android:textColor="@color/cl_home_title_text_color"
                            android:textSize="@dimen/size_login_hint_text" />
罗翻's avatar
订单流程修改
0f0b21cb
 
罗翻 committed 7 years ago
285

mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
286 287 288 289 290 291 292 293 294
                        <TextView
                            android:id="@+id/item_text_user_phone"
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:layout_marginLeft="@dimen/size_order_item_tooltext_ml"
                            android:maxLines="1"
                            android:text="@string/tv_order_item_user_phone"
                            android:textColor="@color/cl_home_title_text_color"
                            android:textSize="@dimen/size_login_hint_text" />
罗翻's avatar
订单流程修改
0f0b21cb
 
罗翻 committed 7 years ago
295

罗翻's avatar
增加拨打电话多联系人,增加地址支持导航
b89ddb7a
 
罗翻 committed 6 years ago
296

mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
297 298 299 300
                    </LinearLayout>

                    <LinearLayout
                        android:layout_width="match_parent"
罗翻's avatar
增加拨打电话多联系人,增加地址支持导航
b89ddb7a
 
罗翻 committed 6 years ago
301
                        android:layout_height="wrap_content"
mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326
                        android:orientation="horizontal">

                        <TextView
                            android:id="@+id/item_text_dizhi"
                            android:layout_width="0dp"
                            android:layout_height="wrap_content"
                            android:layout_marginLeft="@dimen/size_order_item_tool_ml"
                            android:layout_marginTop="5dp"
                            android:layout_weight="1"
                            android:ellipsize="end"
                            android:maxLines="2"
                            android:text="@string/tv_order_item_gps_text"
                            android:textColor="@color/cl_home_title_text_color"
                            android:textSize="@dimen/size_login_hint_text" />

                        <ImageView
                            android:id="@+id/navigation"
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:layout_gravity="center_vertical"
                            android:paddingLeft="15dp"
                            android:paddingRight="15dp"
                            android:paddingBottom="5dp"
                            android:src="@drawable/icon_navigation" />
                    </LinearLayout>
罗翻's avatar
增加拨打电话多联系人,增加地址支持导航
b89ddb7a
 
罗翻 committed 6 years ago
327
                </LinearLayout>
罗翻's avatar
订单流程修改
0f0b21cb
 
罗翻 committed 7 years ago
328

mReturn's avatar
order
fcdebea6
 
mReturn committed 5 years ago
329
            </RelativeLayout>
罗翻's avatar
去除所有basequikAdapter,用coreadapter...
8292e843
 
罗翻 committed 7 years ago
330
        </LinearLayout>
罗翻's avatar
订单流程修改
0f0b21cb
 
罗翻 committed 7 years ago
331

mReturn's avatar
工单优化&友盟share
374aaf3c
 
mReturn committed 5 years ago
332

罗翻's avatar
去除所有basequikAdapter,用coreadapter...
8292e843
 
罗翻 committed 7 years ago
333 334 335 336
        <ImageView
            android:id="@+id/item_bottom_line"
            android:layout_width="match_parent"
            android:layout_height="@dimen/size_order_item_line_width"
罗翻's avatar
android1.7页面书写
d2d8ad87
 
罗翻 committed 7 years ago
337
            android:layout_marginTop="5dp"
罗翻's avatar
将mvp替换成mvvm
d478f62a
 
罗翻 committed 7 years ago
338
            android:background="@color/cl_order_item_line_bg" />
罗翻's avatar
订单流程修改
0f0b21cb
 
罗翻 committed 7 years ago
339

luofan's avatar
286增加师傅转派功能
c189f36f
 
luofan committed 3 years ago
340 341 342
        <LinearLayout
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
mReturn's avatar
工单优化&友盟share
374aaf3c
 
mReturn committed 5 years ago
343
            android:layout_marginTop="5dp"
luofan's avatar
286增加师傅转派功能
c189f36f
 
luofan committed 3 years ago
344
            android:gravity="center"
mReturn's avatar
工单优化&友盟share
374aaf3c
 
mReturn committed 5 years ago
345
            android:layout_marginBottom="5dp"
luofan's avatar
286增加师傅转派功能
c189f36f
 
luofan committed 3 years ago
346 347 348
            android:orientation="horizontal">

            <TextView
wukun's avatar
0325
aa1f19b1
 
wukun committed a year ago
349 350 351 352 353 354 355 356 357 358 359 360
                android:id="@+id/item_text_detail"
                android:layout_width="0dp"
                android:layout_height="match_parent"
                android:layout_alignParentBottom="true"
                android:layout_weight="1"
                android:gravity="center"
                android:text="了解详情"
                android:textColor="@color/cl_receiving_order_item_data"
                android:textSize="@dimen/sp_15"
                android:visibility="gone"/>

            <TextView
luofan's avatar
286增加师傅转派功能
c189f36f
 
luofan committed 3 years ago
361 362 363 364 365 366 367 368 369
                android:id="@+id/tv_take_order"
                android:layout_width="160dp"
                android:layout_height="35dp"
                android:background="@drawable/btn_blue_commom"
                android:gravity="center"
                android:text="@string/take_oreder_now"
                android:textColor="@color/cl_white"
                android:textSize="@dimen/sp_15"
                android:visibility="gone" />
mReturn's avatar
工单优化&友盟share
374aaf3c
 
mReturn committed 5 years ago
370

luofan's avatar
286增加师傅转派功能
c189f36f
 
luofan committed 3 years ago
371 372 373 374 375 376 377 378 379 380 381 382 383 384
            <TextView
                android:id="@+id/redeploy"
                android:layout_width="100dp"
                android:layout_height="35dp"
                android:layout_gravity="right"
                android:gravity="center"
                android:layout_marginStart="20dp"
                android:background="@drawable/btn_blue_commom"
                android:text="转派"
                android:textColor="@color/cl_white"
                android:textSize="@dimen/sp_15"
                android:visibility="gone" />

        </LinearLayout>
mReturn's avatar
工单优化&友盟share
374aaf3c
 
mReturn committed 5 years ago
385

罗翻's avatar
去除所有basequikAdapter,用coreadapter...
8292e843
 
罗翻 committed 7 years ago
386 387 388
        <LinearLayout
            android:id="@+id/ll_bottom"
            android:layout_width="match_parent"
mReturn's avatar
工单优化&友盟share
374aaf3c
 
mReturn committed 5 years ago
389
            android:layout_height="43dp"
罗翻's avatar
去除所有basequikAdapter,用coreadapter...
8292e843
 
罗翻 committed 7 years ago
390 391
            android:layout_alignParentBottom="true"
            android:orientation="horizontal">
罗翻's avatar
订单流程修改
83a71781
 
罗翻 committed 7 years ago
392

wukun's avatar
0325
aa1f19b1
 
wukun committed a year ago
393

罗翻's avatar
订单流程修改
0f0b21cb
 
罗翻 committed 7 years ago
394
            <TextView
罗翻's avatar
去除所有basequikAdapter,用coreadapter...
8292e843
 
罗翻 committed 7 years ago
395 396 397 398 399 400 401 402
                android:id="@+id/item_text_phone"
                android:layout_width="0dp"
                android:layout_height="match_parent"
                android:layout_alignParentBottom="true"
                android:layout_weight="1"
                android:gravity="center"
                android:text="@string/tv_home_tab_one_phone"
                android:textColor="@color/cl_receiving_order_item_data"
罗翻's avatar
将mvp替换成mvvm
d478f62a
 
罗翻 committed 7 years ago
403
                android:textSize="@dimen/sp_15" />
yu's avatar
init
e37b6764
 
yu committed 7 years ago
404

罗翻's avatar
去除所有basequikAdapter,用coreadapter...
8292e843
 
罗翻 committed 7 years ago
405 406 407 408 409
            <ImageView
                android:id="@+id/order_line_one"
                android:layout_width="@dimen/dp_0.7"
                android:layout_height="match_parent"
                android:layout_marginTop="11.7dp"
mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
410
                android:layout_marginBottom="11.7dp"
罗翻's avatar
将mvp替换成mvvm
d478f62a
 
罗翻 committed 7 years ago
411
                android:background="@color/cl_receiving_order_item_data" />
yu's avatar
init
e37b6764
 
yu committed 7 years ago
412 413


mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
414 415
            <RelativeLayout
                android:id="@+id/rl_item_mid"
罗翻's avatar
去除所有basequikAdapter,用coreadapter...
8292e843
 
罗翻 committed 7 years ago
416 417
                android:layout_width="0dp"
                android:layout_height="match_parent"
mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
418 419 420 421 422 423 424 425 426 427
                android:layout_weight="1">

                <TextView
                    android:id="@+id/item_updata_time"
                    android:layout_width="match_parent"
                    android:layout_height="match_parent"
                    android:gravity="center"
                    android:text="@string/tv_home_tab_updata_subscribe_time"
                    android:textColor="@color/cl_receiving_order_item_data"
                    android:textSize="@dimen/sp_15" />
luofan's avatar
286增加师傅转派功能
c189f36f
 
luofan committed 3 years ago
428

mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
429 430 431 432 433 434
                <TextView
                    android:id="@+id/tv_item_mid"
                    android:layout_width="match_parent"
                    android:layout_height="match_parent"
                    android:layout_marginLeft="25dp"
                    android:layout_marginTop="5dp"
luofan's avatar
286增加师傅转派功能
c189f36f
 
luofan committed 3 years ago
435
                    android:layout_marginRight="15dp"
mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
436
                    android:layout_marginBottom="5dp"
luofan's avatar
286增加师傅转派功能
c189f36f
 
luofan committed 3 years ago
437 438 439 440 441 442
                    android:background="@drawable/btn_blue_commom"
                    android:gravity="center"
                    android:text="@string/confirm_serve_time"
                    android:textColor="@color/cl_white"
                    android:textSize="@dimen/sp_15"
                    android:visibility="gone" />
mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
443 444

            </RelativeLayout>
yu's avatar
init
e37b6764
 
yu committed 7 years ago
445 446


罗翻's avatar
去除所有basequikAdapter,用coreadapter...
8292e843
 
罗翻 committed 7 years ago
447 448 449 450 451
            <ImageView
                android:id="@+id/order_line_two"
                android:layout_width="@dimen/dp_0.7"
                android:layout_height="match_parent"
                android:layout_marginTop="11.7dp"
mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
452
                android:layout_marginBottom="11.7dp"
罗翻's avatar
将mvp替换成mvvm
d478f62a
 
罗翻 committed 7 years ago
453
                android:background="@color/cl_receiving_order_item_data" />
罗翻's avatar
去除所有basequikAdapter,用coreadapter...
8292e843
 
罗翻 committed 7 years ago
454

罗翻's avatar
订单流程修改
0f0b21cb
 
罗翻 committed 7 years ago
455

mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
456 457
            <RelativeLayout
                android:id="@+id/rl_item_end"
罗翻's avatar
去除所有basequikAdapter,用coreadapter...
8292e843
 
罗翻 committed 7 years ago
458
                android:layout_width="0dp"
luofan's avatar
286增加师傅转派功能
c189f36f
 
luofan committed 3 years ago
459 460 461
                android:layout_height="match_parent"
                android:layout_weight="1">

mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
462 463 464 465 466 467 468 469
                <TextView
                    android:id="@+id/tv_item_process"
                    android:layout_width="match_parent"
                    android:layout_height="match_parent"
                    android:gravity="center"
                    android:text="@string/tv_home_tab_start"
                    android:textColor="@color/cl_receiving_order_item_data"
                    android:textSize="@dimen/sp_15" />
luofan's avatar
286增加师傅转派功能
c189f36f
 
luofan committed 3 years ago
470

mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
471 472 473 474 475 476
                <TextView
                    android:id="@+id/tv_item_end"
                    android:layout_width="match_parent"
                    android:layout_height="match_parent"
                    android:layout_marginLeft="10dp"
                    android:layout_marginTop="5dp"
luofan's avatar
286增加师傅转派功能
c189f36f
 
luofan committed 3 years ago
477
                    android:layout_marginRight="10dp"
mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
478
                    android:layout_marginBottom="5dp"
luofan's avatar
286增加师傅转派功能
c189f36f
 
luofan committed 3 years ago
479 480 481 482
                    android:background="@drawable/btn_blue_commom"
                    android:gravity="center"
                    android:text="@string/tv_work_order_four"
                    android:textColor="@color/cl_white"
wukun's avatar
1023
bf11fbf8
 
wukun committed a year ago
483
                    android:textSize="@dimen/sp_15" />
mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
484 485
            </RelativeLayout>

罗翻's avatar
去除所有basequikAdapter,用coreadapter...
8292e843
 
罗翻 committed 7 years ago
486 487
        </LinearLayout>

luofan's avatar
286增加师傅转派功能
c189f36f
 
luofan committed 3 years ago
488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525
        <LinearLayout
            android:id="@+id/ll_order_done_bootom"
            android:layout_width="match_parent"
            android:layout_height="43dp"
            android:gravity="center_vertical"
            android:orientation="horizontal"
            android:visibility="gone">

            <TextView
                android:id="@+id/tv_settlement_status"
                style="@style/common_text_style"
                android:layout_marginLeft="25dp"
                android:text="@string/no_settelment_price" />

            <TextView
                android:id="@+id/tv_settlement_price"
                style="@style/common_text_style"
                android:layout_marginLeft="10dp"
                android:text="0元"
                android:textColor="@color/common_red"
                android:textStyle="bold" />

            <View
                android:layout_width="0dp"
                android:layout_height="wrap_content"
                android:layout_weight="1" />

            <TextView
                style="@style/common_text_style"
                android:text="@string/settlement_date" />

            <TextView
                android:id="@+id/tv_settlement_date"
                style="@style/common_text_style"
                android:layout_marginLeft="10dp"
                android:layout_marginRight="20dp"
                android:text="2020-01-01" />
        </LinearLayout>
mReturn's avatar
v2.4.5
3984adc1
 
mReturn committed 5 years ago
526

罗翻's avatar
去除所有basequikAdapter,用coreadapter...
8292e843
 
罗翻 committed 7 years ago
527 528
    </LinearLayout>
</layout>