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 20.2 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 23 24
            android:layout_width="match_parent"
            android:layout_height="0dp"
            android:layout_weight="1"
罗翻's avatar
将mvp替换成mvvm
d478f62a
 
罗翻 committed 7 years ago
25
            android:orientation="horizontal">
罗翻's avatar
订单流程修改
0f0b21cb
 
罗翻 committed 7 years ago
26

罗翻's avatar
去除所有basequikAdapter,用coreadapter...
8292e843
 
罗翻 committed 7 years ago
27
            <LinearLayout
罗翻's avatar
订单流程修改
0f0b21cb
 
罗翻 committed 7 years ago
28
                android:layout_width="wrap_content"
罗翻's avatar
去除所有basequikAdapter,用coreadapter...
8292e843
 
罗翻 committed 7 years ago
29
                android:layout_height="match_parent"
罗翻's avatar
将mvp替换成mvvm
d478f62a
 
罗翻 committed 7 years ago
30
                android:orientation="vertical">
罗翻's avatar
订单流程修改
0f0b21cb
 
罗翻 committed 7 years ago
31

罗翻's avatar
去除所有basequikAdapter,用coreadapter...
8292e843
 
罗翻 committed 7 years ago
32 33 34 35 36 37 38 39 40
                <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
41
                    android:textStyle="bold" />
罗翻's avatar
订单流程修改
0f0b21cb
 
罗翻 committed 7 years ago
42

罗翻's avatar
去除所有basequikAdapter,用coreadapter...
8292e843
 
罗翻 committed 7 years ago
43 44 45 46 47 48 49 50
                <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
51
                    android:textSize="@dimen/sp_13.3" />
yu's avatar
init
e37b6764
 
yu committed 7 years ago
52

罗翻's avatar
去除所有basequikAdapter,用coreadapter...
8292e843
 
罗翻 committed 7 years ago
53 54 55 56 57 58 59 60
                <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
61
                    android:typeface="@{@string/tv_fonts}" />
yu's avatar
init
e37b6764
 
yu committed 7 years ago
62

罗翻's avatar
android1.7页面书写
d2d8ad87
 
罗翻 committed 6 years ago
63 64 65 66
                <TextView
                    android:id="@+id/tv_error_state"
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
罗翻's avatar
增加拨打电话多联系人,增加地址支持导航
b89ddb7a
 
罗翻 committed 6 years ago
67
                    android:layout_gravity="right"
罗翻's avatar
android1.7页面书写
d2d8ad87
 
罗翻 committed 6 years ago
68 69
                    android:layout_marginTop="3dp"
                    android:textColor="@color/cl_tab_read"
mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
70
                    android:textSize="14sp"
罗翻's avatar
android1.7页面书写
d2d8ad87
 
罗翻 committed 6 years ago
71
                    android:visibility="gone" />
罗翻's avatar
去除所有basequikAdapter,用coreadapter...
8292e843
 
罗翻 committed 7 years ago
72
            </LinearLayout>
yu's avatar
init
e37b6764
 
yu committed 7 years ago
73

罗翻's avatar
去除所有basequikAdapter,用coreadapter...
8292e843
 
罗翻 committed 7 years ago
74 75 76 77 78 79
            <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
80
                android:layout_marginBottom="10dp"
罗翻's avatar
将mvp替换成mvvm
d478f62a
 
罗翻 committed 7 years ago
81
                android:background="@color/cl_order_item_line_bg" />
yu's avatar
init
e37b6764
 
yu committed 7 years ago
82

mReturn's avatar
order
fcdebea6
 
mReturn committed 5 years ago
83 84 85
            <RelativeLayout
                android:layout_width="wrap_content"
                android:layout_height="wrap_content">
罗翻's avatar
订单流程修改
0f0b21cb
 
罗翻 committed 7 years ago
86 87

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

                    <LinearLayout
mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
94
                        android:layout_width="match_parent"
罗翻's avatar
去除所有basequikAdapter,用coreadapter...
8292e843
 
罗翻 committed 7 years ago
95 96 97 98 99 100 101 102
                        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
103
                            android:layout_marginTop="@dimen/dp_16.7"
罗翻's avatar
去除所有basequikAdapter,用coreadapter...
8292e843
 
罗翻 committed 7 years ago
104 105 106
                            android:ellipsize="end"
                            android:maxEms="3"
                            android:maxLines="1"
mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
107
                            android:text="@string/order_sender"
罗翻's avatar
去除所有basequikAdapter,用coreadapter...
8292e843
 
罗翻 committed 7 years ago
108 109
                            android:textColor="@color/cl_home_title_text_color"
                            android:textSize="@dimen/size_login_hint_text"
罗翻's avatar
将mvp替换成mvvm
d478f62a
 
罗翻 committed 7 years ago
110
                            android:textStyle="bold" />
罗翻's avatar
去除所有basequikAdapter,用coreadapter...
8292e843
 
罗翻 committed 7 years ago
111 112 113 114

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

                        <TextView
mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
120
                            android:id="@+id/tv_order_sender"
罗翻's avatar
去除所有basequikAdapter,用coreadapter...
8292e843
 
罗翻 committed 7 years ago
121 122
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
123
                            android:layout_marginTop="@dimen/dp_16.7"
罗翻's avatar
去除所有basequikAdapter,用coreadapter...
8292e843
 
罗翻 committed 7 years ago
124 125
                            android:ellipsize="end"
                            android:maxLines="1"
mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
126
                            android:text="无"
罗翻's avatar
去除所有basequikAdapter,用coreadapter...
8292e843
 
罗翻 committed 7 years ago
127 128
                            android:textColor="@color/cl_home_title_text_color"
                            android:textSize="@dimen/size_login_hint_text"
罗翻's avatar
将mvp替换成mvvm
d478f62a
 
罗翻 committed 7 years ago
129
                            android:textStyle="bold" />
mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
130

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

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

mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
138 139 140 141 142 143 144 145 146 147 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 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224
                        <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"
                                android:layout_weight="1"
                                android:ellipsize="end"
                                android:maxLines="1"
                                android:textColor="@color/cl_home_title_text_color"
                                android:textSize="@dimen/size_login_hint_text"
                                android:textStyle="bold" />

                            <TextView
                                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
225

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

mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
227 228
                    <LinearLayout
                        android:layout_width="match_parent"
罗翻's avatar
订单流程修改
0f0b21cb
 
罗翻 committed 7 years ago
229
                        android:layout_height="wrap_content"
mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
230 231
                        android:layout_marginTop="5dp"
                        android:orientation="horizontal">
罗翻's avatar
订单流程修改
0f0b21cb
 
罗翻 committed 7 years ago
232

mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
233 234 235 236 237 238 239 240 241 242 243
                        <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
244

mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
245 246 247 248 249 250 251 252 253
                        <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
254

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

mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
256 257 258 259
                    </LinearLayout>

                    <LinearLayout
                        android:layout_width="match_parent"
罗翻's avatar
增加拨打电话多联系人,增加地址支持导航
b89ddb7a
 
罗翻 committed 6 years ago
260
                        android:layout_height="wrap_content"
mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285
                        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
286
                </LinearLayout>
罗翻's avatar
订单流程修改
0f0b21cb
 
罗翻 committed 7 years ago
287

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

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

罗翻's avatar
去除所有basequikAdapter,用coreadapter...
8292e843
 
罗翻 committed 7 years ago
292 293 294 295
        <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 6 years ago
296
            android:layout_marginTop="5dp"
罗翻's avatar
将mvp替换成mvvm
d478f62a
 
罗翻 committed 7 years ago
297
            android:background="@color/cl_order_item_line_bg" />
罗翻's avatar
订单流程修改
0f0b21cb
 
罗翻 committed 7 years ago
298

mReturn's avatar
工单优化&友盟share
374aaf3c
 
mReturn committed 5 years ago
299 300 301 302 303 304 305 306 307 308 309 310 311 312 313
        <TextView
            android:visibility="gone"
            android:id="@+id/tv_take_order"
            android:layout_width="160dp"
            android:layout_height="35dp"
            android:gravity="center"
            android:layout_gravity="center_horizontal"
            android:text="@string/take_oreder_now"
            android:textColor="@color/cl_white"
            android:background="@drawable/btn_blue_commom"
            android:layout_marginTop="5dp"
            android:layout_marginBottom="5dp"
            android:textSize="@dimen/sp_15" />


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

罗翻's avatar
订单流程修改
0f0b21cb
 
罗翻 committed 7 years ago
321
            <TextView
罗翻's avatar
去除所有basequikAdapter,用coreadapter...
8292e843
 
罗翻 committed 7 years ago
322 323 324 325 326 327 328 329
                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
330
                android:textSize="@dimen/sp_15" />
yu's avatar
init
e37b6764
 
yu committed 7 years ago
331

罗翻's avatar
去除所有basequikAdapter,用coreadapter...
8292e843
 
罗翻 committed 7 years ago
332 333 334 335 336
            <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
337
                android:layout_marginBottom="11.7dp"
罗翻's avatar
将mvp替换成mvvm
d478f62a
 
罗翻 committed 7 years ago
338
                android:background="@color/cl_receiving_order_item_data" />
yu's avatar
init
e37b6764
 
yu committed 7 years ago
339 340


mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
341 342
            <RelativeLayout
                android:id="@+id/rl_item_mid"
罗翻's avatar
去除所有basequikAdapter,用coreadapter...
8292e843
 
罗翻 committed 7 years ago
343 344
                android:layout_width="0dp"
                android:layout_height="match_parent"
mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370
                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" />
                <TextView
                    android:visibility="gone"
                    android:id="@+id/tv_item_mid"
                    android:layout_width="match_parent"
                    android:layout_height="match_parent"
                    android:gravity="center"
                    android:text="@string/confirm_serve_time"
                    android:textColor="@color/cl_white"
                    android:background="@drawable/btn_blue_commom"
                    android:layout_marginLeft="25dp"
                    android:layout_marginRight="15dp"
                    android:layout_marginTop="5dp"
                    android:layout_marginBottom="5dp"
                    android:textSize="@dimen/sp_15" />

            </RelativeLayout>
yu's avatar
init
e37b6764
 
yu committed 7 years ago
371 372


罗翻's avatar
去除所有basequikAdapter,用coreadapter...
8292e843
 
罗翻 committed 7 years ago
373 374 375 376 377
            <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
378
                android:layout_marginBottom="11.7dp"
罗翻's avatar
将mvp替换成mvvm
d478f62a
 
罗翻 committed 7 years ago
379
                android:background="@color/cl_receiving_order_item_data" />
罗翻's avatar
去除所有basequikAdapter,用coreadapter...
8292e843
 
罗翻 committed 7 years ago
380

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

mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
382 383
            <RelativeLayout
                android:id="@+id/rl_item_end"
罗翻's avatar
去除所有basequikAdapter,用coreadapter...
8292e843
 
罗翻 committed 7 years ago
384 385
                android:layout_width="0dp"
                android:layout_weight="1"
mReturn's avatar
工单优化
3e0b61f3
 
mReturn committed 5 years ago
386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410
                android:layout_height="match_parent">
                <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" />
                <TextView
                    android:visibility="gone"
                    android:id="@+id/tv_item_end"
                    android:layout_width="match_parent"
                    android:layout_height="match_parent"
                    android:gravity="center"
                    android:text="@string/tv_work_order_four"
                    android:textColor="@color/cl_white"
                    android:background="@drawable/btn_blue_commom"
                    android:layout_marginLeft="10dp"
                    android:layout_marginRight="10dp"
                    android:layout_marginTop="5dp"
                    android:layout_marginBottom="5dp"
                    android:textSize="@dimen/sp_15" />
            </RelativeLayout>

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

mReturn's avatar
v2.4.5
3984adc1
 
mReturn committed 5 years ago
413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451
    <LinearLayout
        android:visibility="gone"
        android:id="@+id/ll_order_done_bootom"
        android:layout_width="match_parent"
        android:layout_height="43dp"
        android:gravity="center_vertical"
        android:orientation="horizontal">
        <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="20dp"
            android:textColor="@color/common_red"
            android:textStyle="bold"
            android:text="0元"
            />
        <View
            android:layout_width="0dp"
            android:layout_weight="1"
            android:layout_height="wrap_content"
            />
        <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="20dp"
            android:layout_marginRight="20dp"
            android:text="2020-01-01"
            />
    </LinearLayout>

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