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
  • item_multi_process_foot.xml
Find file
Normal viewHistoryPermalink
item_multi_process_foot.xml 25.3 KB
Newer Older
罗翻's avatar
新增多任务
493772ab
 
罗翻 committed 6 years ago
1
<?xml version="1.0" encoding="utf-8"?>
mReturn's avatar
友盟推送&工单优化
5fb96c68
 
mReturn committed 5 years ago
2 3
<layout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools">
罗翻's avatar
新增多任务
493772ab
 
罗翻 committed 6 years ago
4 5

    <data>
罗翻's avatar
增加签名
6af78c69
 
罗翻 committed 6 years ago
6 7

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


罗翻's avatar
增加签名
6af78c69
 
罗翻 committed 6 years ago
11 12
    <LinearLayout
        android:layout_width="match_parent"
mReturn's avatar
友盟推送&工单优化
5fb96c68
 
mReturn committed 5 years ago
13
        android:layout_height="match_parent"
罗翻's avatar
增加签名
6af78c69
 
罗翻 committed 6 years ago
14 15 16 17 18 19 20
        android:orientation="vertical">

        <TextView
            android:id="@+id/tv_palyer_title"
            android:layout_width="match_parent"
            android:layout_height="43dp"
            android:background="@color/tv_bg"
mReturn's avatar
工单优化&友盟share
374aaf3c
 
mReturn committed 5 years ago
21
            android:gravity="center_vertical"
罗翻's avatar
增加签名
6af78c69
 
罗翻 committed 6 years ago
22
            android:paddingLeft="@dimen/dp_15"
mReturn's avatar
工单优化&友盟share
374aaf3c
 
mReturn committed 5 years ago
23
            android:text="@string/receive_money_for_oreder_sender"
罗翻's avatar
增加签名
6af78c69
 
罗翻 committed 6 years ago
24 25 26 27 28 29 30
            android:textColor="@color/tv_cl"
            android:textSize="14sp" />

        <RelativeLayout
            android:id="@+id/rl_player"
            android:layout_width="match_parent"
            android:layout_height="@dimen/dp_54"
mReturn's avatar
工单优化&友盟share
374aaf3c
 
mReturn committed 5 years ago
31 32
            android:background="@color/cl_white"
            android:visibility="gone">
罗翻's avatar
增加签名
6af78c69
 
罗翻 committed 6 years ago
33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51

            <TextView
                android:id="@+id/tv_player"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_centerVertical="true"
                android:layout_marginLeft="@dimen/dp_13"
                android:text="@string/order_payer"
                android:textColor="@color/cl_home_title_text_color"
                android:textSize="@dimen/sp_15" />

            <TextView
                android:id="@+id/tv_player_xin"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_centerVertical="true"
                android:layout_toRightOf="@id/tv_player"
                android:text="*"
                android:textColor="#F74848"
罗翻's avatar
android2.0.0
70880c49
 
罗翻 committed 6 years ago
52 53
                android:textSize="@dimen/sp_15"
                android:visibility="gone" />
罗翻's avatar
增加签名
6af78c69
 
罗翻 committed 6 years ago
54 55 56 57 58 59 60 61 62 63

            <TextView
                android:id="@+id/tv_payer"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:layout_centerVertical="true"
                android:layout_marginLeft="45dp"
                android:layout_toRightOf="@id/tv_player"
                android:background="@null"
                android:hint="@string/order_select_payer"
罗翻's avatar
增加拨打电话多联系人,增加地址支持导航
b89ddb7a
 
罗翻 committed 6 years ago
64
                android:textColor="@color/default_text_color"
罗翻's avatar
增加签名
6af78c69
 
罗翻 committed 6 years ago
65 66 67 68 69 70 71 72 73
                android:textSize="@dimen/sp_15" />

            <ImageView
                android:id="@+id/iv_payer"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_alignParentRight="true"
                android:layout_centerVertical="true"
                android:paddingRight="@dimen/dp_15"
罗翻's avatar
android2.0.0
70880c49
 
罗翻 committed 6 years ago
74 75
                android:src="@drawable/icon_arrow_right"
                android:visibility="gone" />
罗翻's avatar
增加签名
6af78c69
 
罗翻 committed 6 years ago
76 77 78 79 80 81 82 83 84 85 86 87
        </RelativeLayout>

        <ImageView
            android:id="@+id/line_player"
            style="@style/line" />

        <TextView
            android:id="@+id/tv_notice"
            android:layout_width="match_parent"
            android:layout_height="36dp"
            android:layout_marginLeft="@dimen/dp_15"
            android:layout_marginTop="@dimen/dp_8"
mReturn's avatar
工单优化&友盟share
374aaf3c
 
mReturn committed 5 years ago
88 89
            android:layout_marginRight="@dimen/dp_15"
            android:layout_marginBottom="@dimen/dp_8"
罗翻's avatar
增加签名
6af78c69
 
罗翻 committed 6 years ago
90
            android:text="@string/order_select_payer_notice"
罗翻's avatar
android2.0.0
70880c49
 
罗翻 committed 6 years ago
91 92
            android:textColor="#F74848"
            android:visibility="gone" />
罗翻's avatar
增加签名
6af78c69
 
罗翻 committed 6 years ago
93 94 95 96 97

        <ImageView
            android:id="@+id/line_notice"
            style="@style/line" />

罗翻's avatar
新增多任务
493772ab
 
罗翻 committed 6 years ago
98
        <LinearLayout
罗翻's avatar
增加签名
6af78c69
 
罗翻 committed 6 years ago
99
            android:id="@+id/rl_palyer_prove"
罗翻's avatar
新增多任务
493772ab
 
罗翻 committed 6 years ago
100 101
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
罗翻's avatar
增加签名
6af78c69
 
罗翻 committed 6 years ago
102 103
            android:layout_marginTop="@dimen/dp_27"
            android:background="@color/cl_white"
mReturn's avatar
工单优化&友盟share
374aaf3c
 
mReturn committed 5 years ago
104 105
            android:orientation="vertical"
            android:visibility="gone">
罗翻's avatar
新增多任务
493772ab
 
罗翻 committed 6 years ago
106 107

            <TextView
罗翻's avatar
增加签名
6af78c69
 
罗翻 committed 6 years ago
108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_marginLeft="@dimen/dp_15"
                android:text="@string/order_payer_prove"
                android:textColor="@color/default_text_color"
                android:textSize="15sp" />

            <TextView
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_marginLeft="@dimen/dp_15"
                android:layout_marginTop="8dp"
                android:text="@string/order_payer_prove_notice"
                android:textColor="@color/default_text_color"
                android:textSize="12sp" />

罗翻's avatar
android v1.9.8
2435571d
 
罗翻 committed 6 years ago
124 125
            <android.support.v7.widget.RecyclerView
                android:id="@+id/photo"
罗翻's avatar
新增多任务
493772ab
 
罗翻 committed 6 years ago
126
                android:layout_width="match_parent"
罗翻's avatar
增加签名
6af78c69
 
罗翻 committed 6 years ago
127
                android:layout_height="wrap_content"
罗翻's avatar
android v1.9.8
2435571d
 
罗翻 committed 6 years ago
128
                android:layout_marginLeft="13dp"
mReturn's avatar
工单优化&友盟share
374aaf3c
 
mReturn committed 5 years ago
129
                android:layout_marginTop="@dimen/dp_10"
罗翻's avatar
android v1.9.8
2435571d
 
罗翻 committed 6 years ago
130
                android:layout_marginRight="15dp"
mReturn's avatar
工单优化&友盟share
374aaf3c
 
mReturn committed 5 years ago
131
                android:layout_marginBottom="5dp" />
罗翻's avatar
增加签名
6af78c69
 
罗翻 committed 6 years ago
132 133
        </LinearLayout>

mReturn's avatar
对公支付
1d9acec7
 
mReturn committed 5 years ago
134 135 136 137 138
        <TextView
            android:id="@+id/switch_text"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_marginLeft="@dimen/dp_13"
mReturn's avatar
工单优化&友盟share
374aaf3c
 
mReturn committed 5 years ago
139
            android:layout_marginTop="10dp"
mReturn's avatar
对公支付
1d9acec7
 
mReturn committed 5 years ago
140 141
            android:text="@string/tv_about_user_feiyong"
            android:textColor="@color/cl_home_title_text_color"
mReturn's avatar
工单优化&友盟share
374aaf3c
 
mReturn committed 5 years ago
142 143
            android:textSize="15sp"
            android:visibility="gone" />
mReturn's avatar
对公支付
1d9acec7
 
mReturn committed 5 years ago
144

罗翻's avatar
增加签名
6af78c69
 
罗翻 committed 6 years ago
145
        <LinearLayout
罗翻's avatar
android v1.9.8
2435571d
 
罗翻 committed 6 years ago
146
            android:id="@+id/switch_view"
罗翻's avatar
增加签名
6af78c69
 
罗翻 committed 6 years ago
147
            android:layout_width="match_parent"
mReturn's avatar
工单优化&友盟share
374aaf3c
 
mReturn committed 5 years ago
148 149
            android:layout_height="36dp"
            android:layout_margin="10dp"
罗翻's avatar
android v1.9.8
2435571d
 
罗翻 committed 6 years ago
150
            android:gravity="center_vertical"
罗翻's avatar
增加签名
6af78c69
 
罗翻 committed 6 years ago
151 152 153
            android:orientation="horizontal">

            <TextView
罗翻's avatar
android v1.9.8
2435571d
 
罗翻 committed 6 years ago
154 155
                android:id="@+id/no_pay"
                android:layout_width="wrap_content"
mReturn's avatar
工单优化&友盟share
374aaf3c
 
mReturn committed 5 years ago
156 157
                android:layout_height="match_parent"
                android:layout_marginLeft="10dp"
罗翻's avatar
android v1.9.8
2435571d
 
罗翻 committed 6 years ago
158
                android:background="@drawable/blue_commom"
mReturn's avatar
工单优化&友盟share
374aaf3c
 
mReturn committed 5 years ago
159 160 161
                android:gravity="center"
                android:paddingLeft="10dp"
                android:paddingRight="10dp"
罗翻's avatar
android v1.9.8
2435571d
 
罗翻 committed 6 years ago
162 163 164
                android:text="@string/no_money"
                android:textColor="@color/white"
                android:textSize="14sp" />
罗翻's avatar
新增多任务
493772ab
 
罗翻 committed 6 years ago
165

罗翻's avatar
android v1.9.8
2435571d
 
罗翻 committed 6 years ago
166 167
            <TextView
                android:id="@+id/wechat_pay"
罗翻's avatar
增加签名
6af78c69
 
罗翻 committed 6 years ago
168
                android:layout_width="wrap_content"
mReturn's avatar
工单优化&友盟share
374aaf3c
 
mReturn committed 5 years ago
169
                android:layout_height="match_parent"
罗翻's avatar
android v1.9.8
2435571d
 
罗翻 committed 6 years ago
170 171
                android:layout_marginLeft="15dp"
                android:background="@drawable/grey_commom"
mReturn's avatar
工单优化&友盟share
374aaf3c
 
mReturn committed 5 years ago
172 173 174 175
                android:gravity="center"
                android:paddingLeft="15dp"
                android:paddingRight="15dp"
                android:text="@string/scan_receive_money"
罗翻's avatar
android v1.9.8
2435571d
 
罗翻 committed 6 years ago
176 177 178 179
                android:textColor="@color/cl_tab_init"
                android:textSize="14sp" />

            <TextView
mReturn's avatar
对公支付
1d9acec7
 
mReturn committed 5 years ago
180 181
                android:id="@+id/public_pay"
                android:layout_width="wrap_content"
mReturn's avatar
工单优化&友盟share
374aaf3c
 
mReturn committed 5 years ago
182
                android:layout_height="match_parent"
mReturn's avatar
对公支付
1d9acec7
 
mReturn committed 5 years ago
183 184
                android:layout_marginLeft="15dp"
                android:background="@drawable/grey_commom"
mReturn's avatar
工单优化&友盟share
374aaf3c
 
mReturn committed 5 years ago
185 186 187
                android:gravity="center"
                android:paddingLeft="15dp"
                android:paddingRight="15dp"
mReturn's avatar
对公支付
1d9acec7
 
mReturn committed 5 years ago
188 189 190
                android:text="@string/public_pay"
                android:textColor="@color/cl_tab_init"
                android:textSize="14sp" />
mReturn's avatar
友盟推送&工单优化
5fb96c68
 
mReturn committed 5 years ago
191 192 193 194 195 196 197 198 199 200 201 202

            <TextView
                android:id="@+id/cash_pay"
                android:layout_width="0dp"
                android:layout_weight="1"
                android:layout_height="wrap_content"
                android:layout_marginLeft="15dp"
                android:background="@drawable/grey_commom"
                android:padding="8dp"
                android:text="@string/cash_pay"
                android:textColor="@color/cl_tab_init"
                android:textSize="14sp"
mReturn's avatar
工单优化,邀请奖励
eefe9dea
 
mReturn committed 5 years ago
203 204 205 206 207 208 209 210 211 212 213 214 215 216 217
                android:visibility="invisible"
                />

            <TextView
                android:layout_width="0dp"
                android:layout_weight="1"
                android:layout_height="wrap_content"
                android:layout_marginLeft="15dp"
                android:background="@drawable/grey_commom"
                android:padding="8dp"
                android:text="@string/cash_pay"
                android:textColor="@color/cl_tab_init"
                android:textSize="14sp"
                android:visibility="invisible"
                />
mReturn's avatar
友盟推送&工单优化
5fb96c68
 
mReturn committed 5 years ago
218

罗翻's avatar
增加签名
6af78c69
 
罗翻 committed 6 years ago
219 220 221 222 223 224 225 226 227
        </LinearLayout>

        <ImageView
            android:id="@+id/image_nine_lin"
            style="@style/line" />

        <RelativeLayout
            android:id="@+id/rl_pay"
            android:layout_width="match_parent"
mReturn's avatar
友盟推送&工单优化
5fb96c68
 
mReturn committed 5 years ago
228 229
            android:layout_height="wrap_content"
            android:visibility="gone">
罗翻's avatar
增加签名
6af78c69
 
罗翻 committed 6 years ago
230 231 232

            <RelativeLayout
                android:id="@+id/up_door"
罗翻's avatar
新增多任务
493772ab
 
罗翻 committed 6 years ago
233
                android:layout_width="match_parent"
mReturn's avatar
工单优化&友盟share
374aaf3c
 
mReturn committed 5 years ago
234 235
                android:layout_height="@dimen/dp_54"
                android:visibility="gone">
罗翻's avatar
新增多任务
493772ab
 
罗翻 committed 6 years ago
236 237

                <TextView
罗翻's avatar
增加签名
6af78c69
 
罗翻 committed 6 years ago
238
                    android:layout_width="wrap_content"
罗翻's avatar
新增多任务
493772ab
 
罗翻 committed 6 years ago
239
                    android:layout_height="wrap_content"
罗翻's avatar
增加签名
6af78c69
 
罗翻 committed 6 years ago
240 241 242 243 244 245 246 247 248 249 250 251 252 253
                    android:layout_centerVertical="true"
                    android:layout_marginLeft="@dimen/dp_13"
                    android:text="@string/tv_order_updoor_feiyong"
                    android:textColor="@color/cl_tab_line"
                    android:textSize="@dimen/sp_13.3" />

                <EditText
                    android:id="@+id/et_door_price"
                    android:layout_width="@dimen/dp_205"
                    android:layout_height="match_parent"
                    android:layout_alignParentRight="true"
                    android:layout_centerHorizontal="true"
                    android:background="@null"
                    android:hint="@string/input_up_door_money"
mReturn's avatar
fix bug
9cfc3748
 
mReturn committed 5 years ago
254
                    android:text="0.00"
罗翻's avatar
增加签名
6af78c69
 
罗翻 committed 6 years ago
255 256 257 258
                    android:inputType="numberDecimal"
                    android:textColor="@color/cl_home_title_text_color"
                    android:textColorHint="@color/cl_selector_hui"
                    android:textSize="@dimen/sp_13.3" />
罗翻's avatar
新增多任务
493772ab
 
罗翻 committed 6 years ago
259 260 261 262

                <TextView
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
罗翻's avatar
增加签名
6af78c69
 
罗翻 committed 6 years ago
263 264 265 266 267 268 269
                    android:layout_alignParentRight="true"
                    android:layout_centerVertical="true"
                    android:layout_marginRight="@dimen/dp_13"
                    android:text="@string/tv_order_yuan"
                    android:textColor="@color/cl_tab_line"
                    android:textSize="@dimen/sp_13.3" />
            </RelativeLayout>
罗翻's avatar
新增多任务
493772ab
 
罗翻 committed 6 years ago
270

罗翻's avatar
增加签名
6af78c69
 
罗翻 committed 6 years ago
271 272 273
            <ImageView
                android:id="@+id/image_two_one_lin"
                style="@style/line"
mReturn's avatar
工单优化&友盟share
374aaf3c
 
mReturn committed 5 years ago
274 275
                android:layout_below="@id/up_door"
                android:visibility="gone" />
罗翻's avatar
新增多任务
493772ab
 
罗翻 committed 6 years ago
276

罗翻's avatar
增加签名
6af78c69
 
罗翻 committed 6 years ago
277 278
            <RelativeLayout
                android:id="@+id/up_serve"
罗翻's avatar
新增多任务
493772ab
 
罗翻 committed 6 years ago
279
                android:layout_width="match_parent"
罗翻's avatar
增加签名
6af78c69
 
罗翻 committed 6 years ago
280
                android:layout_height="@dimen/dp_54"
罗翻's avatar
android2.0.0
70880c49
 
罗翻 committed 6 years ago
281
                android:layout_below="@id/up_door"
mReturn's avatar
工单优化&友盟share
374aaf3c
 
mReturn committed 5 years ago
282 283
                android:paddingLeft="15dp"
                android:paddingRight="15dp">
罗翻's avatar
新增多任务
493772ab
 
罗翻 committed 6 years ago
284 285

                <TextView
罗翻's avatar
增加签名
6af78c69
 
罗翻 committed 6 years ago
286
                    android:layout_width="wrap_content"
罗翻's avatar
新增多任务
493772ab
 
罗翻 committed 6 years ago
287
                    android:layout_height="wrap_content"
罗翻's avatar
增加签名
6af78c69
 
罗翻 committed 6 years ago
288 289 290
                    android:layout_centerVertical="true"
                    android:layout_marginLeft="@dimen/dp_13"
                    android:text="@string/tv_order_serve_feiyong"
mReturn's avatar
工单优化&友盟share
374aaf3c
 
mReturn committed 5 years ago
291
                    android:textColor="@color/cl_home_title_text_color"
罗翻's avatar
增加签名
6af78c69
 
罗翻 committed 6 years ago
292 293 294 295 296 297 298 299
                    android:textSize="@dimen/sp_13.3" />

                <EditText
                    android:id="@+id/et_serve_price"
                    android:layout_width="@dimen/dp_205"
                    android:layout_height="match_parent"
                    android:layout_alignParentRight="true"
                    android:layout_centerHorizontal="true"
mReturn's avatar
工单优化&友盟share
374aaf3c
 
mReturn committed 5 years ago
300
                    android:layout_marginRight="15dp"
罗翻's avatar
增加签名
6af78c69
 
罗翻 committed 6 years ago
301 302 303 304 305 306
                    android:background="@null"
                    android:hint="@string/input_up_money"
                    android:inputType="numberDecimal"
                    android:textColor="@color/cl_home_title_text_color"
                    android:textColorHint="@color/cl_selector_hui"
                    android:textSize="@dimen/sp_13.3" />
罗翻's avatar
新增多任务
493772ab
 
罗翻 committed 6 years ago
307

罗翻's avatar
增加签名
6af78c69
 
罗翻 committed 6 years ago
308
                <TextView
罗翻's avatar
新增多任务
493772ab
 
罗翻 committed 6 years ago
309 310
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
罗翻's avatar
增加签名
6af78c69
 
罗翻 committed 6 years ago
311 312 313 314
                    android:layout_alignParentRight="true"
                    android:layout_centerVertical="true"
                    android:layout_marginRight="@dimen/dp_13"
                    android:text="@string/tv_order_yuan"
mReturn's avatar
工单优化&友盟share
374aaf3c
 
mReturn committed 5 years ago
315
                    android:textColor="@color/cl_home_title_text_color"
罗翻's avatar
增加签名
6af78c69
 
罗翻 committed 6 years ago
316 317
                    android:textSize="@dimen/sp_13.3" />
            </RelativeLayout>
罗翻's avatar
新增多任务
493772ab
 
罗翻 committed 6 years ago
318 319

            <ImageView
罗翻's avatar
增加签名
6af78c69
 
罗翻 committed 6 years ago
320 321 322
                android:id="@+id/image_two_two_lin"
                style="@style/line"
                android:layout_below="@id/up_serve" />
罗翻's avatar
新增多任务
493772ab
 
罗翻 committed 6 years ago
323 324

            <RelativeLayout
罗翻's avatar
增加签名
6af78c69
 
罗翻 committed 6 years ago
325
                android:id="@+id/up_materials"
罗翻's avatar
新增多任务
493772ab
 
罗翻 committed 6 years ago
326
                android:layout_width="match_parent"
罗翻's avatar
增加签名
6af78c69
 
罗翻 committed 6 years ago
327
                android:layout_height="@dimen/dp_54"
mReturn's avatar
工单优化&友盟share
374aaf3c
 
mReturn committed 5 years ago
328 329 330
                android:layout_below="@id/up_serve"
                android:paddingLeft="15dp"
                android:paddingRight="15dp">
罗翻's avatar
新增多任务
493772ab
 
罗翻 committed 6 years ago
331

罗翻's avatar
增加签名
6af78c69
 
罗翻 committed 6 years ago
332 333 334 335 336 337
                <TextView
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:layout_centerVertical="true"
                    android:layout_marginLeft="@dimen/dp_13"
                    android:text="@string/tv_order_cailiao_feiyong"
mReturn's avatar
工单优化&友盟share
374aaf3c
 
mReturn committed 5 years ago
338
                    android:textColor="@color/cl_home_title_text_color"
罗翻's avatar
增加签名
6af78c69
 
罗翻 committed 6 years ago
339
                    android:textSize="@dimen/sp_13.3" />
罗翻's avatar
新增多任务
493772ab
 
罗翻 committed 6 years ago
340

罗翻's avatar
增加签名
6af78c69
 
罗翻 committed 6 years ago
341 342 343 344 345 346
                <EditText
                    android:id="@+id/et_materials_price"
                    android:layout_width="@dimen/dp_205"
                    android:layout_height="match_parent"
                    android:layout_alignParentRight="true"
                    android:layout_centerHorizontal="true"
mReturn's avatar
工单优化&友盟share
374aaf3c
 
mReturn committed 5 years ago
347
                    android:layout_marginRight="15dp"
罗翻's avatar
增加签名
6af78c69
 
罗翻 committed 6 years ago
348 349 350 351 352 353
                    android:background="@null"
                    android:hint="@string/input_cailiao_money"
                    android:inputType="numberDecimal"
                    android:textColor="@color/cl_home_title_text_color"
                    android:textColorHint="@color/cl_selector_hui"
                    android:textSize="@dimen/sp_13.3" />
罗翻's avatar
新增多任务
493772ab
 
罗翻 committed 6 years ago
354

罗翻's avatar
增加签名
6af78c69
 
罗翻 committed 6 years ago
355 356 357 358 359 360 361
                <TextView
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:layout_alignParentRight="true"
                    android:layout_centerVertical="true"
                    android:layout_marginRight="@dimen/dp_13"
                    android:text="@string/tv_order_yuan"
mReturn's avatar
工单优化&友盟share
374aaf3c
 
mReturn committed 5 years ago
362
                    android:textColor="@color/cl_home_title_text_color"
罗翻's avatar
增加签名
6af78c69
 
罗翻 committed 6 years ago
363 364
                    android:textSize="@dimen/sp_13.3" />
            </RelativeLayout>
罗翻's avatar
新增多任务
493772ab
 
罗翻 committed 6 years ago
365

罗翻's avatar
增加签名
6af78c69
 
罗翻 committed 6 years ago
366 367 368
            <ImageView
                android:id="@+id/image_two_three_lin"
                style="@style/line"
mReturn's avatar
工单优化&友盟share
374aaf3c
 
mReturn committed 5 years ago
369 370
                android:layout_below="@id/up_materials"
                android:visibility="gone" />
罗翻's avatar
新增多任务
493772ab
 
罗翻 committed 6 years ago
371

罗翻's avatar
增加签名
6af78c69
 
罗翻 committed 6 years ago
372 373 374 375
            <RelativeLayout
                android:id="@+id/up_other"
                android:layout_width="match_parent"
                android:layout_height="@dimen/dp_54"
mReturn's avatar
工单优化&友盟share
374aaf3c
 
mReturn committed 5 years ago
376 377
                android:layout_below="@id/up_materials"
                android:visibility="gone">
罗翻's avatar
新增多任务
493772ab
 
罗翻 committed 6 years ago
378

罗翻's avatar
增加签名
6af78c69
 
罗翻 committed 6 years ago
379 380 381 382 383 384 385 386
                <TextView
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:layout_centerVertical="true"
                    android:layout_marginLeft="@dimen/dp_13"
                    android:text="@string/tv_order_other_feiyong"
                    android:textColor="@color/cl_tab_line"
                    android:textSize="@dimen/sp_13.3" />
罗翻's avatar
新增多任务
493772ab
 
罗翻 committed 6 years ago
387 388

                <EditText
罗翻's avatar
增加签名
6af78c69
 
罗翻 committed 6 years ago
389 390 391 392
                    android:id="@+id/et_other_price"
                    android:layout_width="@dimen/dp_205"
                    android:layout_height="match_parent"
                    android:layout_alignParentRight="true"
罗翻's avatar
新增多任务
493772ab
 
罗翻 committed 6 years ago
393
                    android:layout_centerHorizontal="true"
罗翻's avatar
增加签名
6af78c69
 
罗翻 committed 6 years ago
394 395
                    android:background="@null"
                    android:hint="@string/input_other_money"
mReturn's avatar
fix bug
9cfc3748
 
mReturn committed 5 years ago
396
                    android:text="0.00"
罗翻's avatar
增加签名
6af78c69
 
罗翻 committed 6 years ago
397
                    android:inputType="numberDecimal"
罗翻's avatar
新增多任务
493772ab
 
罗翻 committed 6 years ago
398 399 400
                    android:textColor="@color/cl_home_title_text_color"
                    android:textColorHint="@color/cl_selector_hui"
                    android:textSize="@dimen/sp_13.3" />
罗翻's avatar
增加签名
6af78c69
 
罗翻 committed 6 years ago
401 402 403 404 405 406 407 408 409 410

                <TextView
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:layout_alignParentRight="true"
                    android:layout_centerVertical="true"
                    android:layout_marginRight="@dimen/dp_13"
                    android:text="@string/tv_order_yuan"
                    android:textColor="@color/cl_tab_line"
                    android:textSize="@dimen/sp_13.3" />
罗翻's avatar
新增多任务
493772ab
 
罗翻 committed 6 years ago
411
            </RelativeLayout>
罗翻's avatar
增加签名
6af78c69
 
罗翻 committed 6 years ago
412 413 414 415 416 417

            <ImageView
                android:id="@+id/image_two_four_lin"
                style="@style/line"
                android:layout_below="@id/up_other" />

罗翻's avatar
处理工单前增加活体检测
33d53e1f
 
罗翻 committed 6 years ago
418 419 420 421 422 423 424
            <RelativeLayout
                android:id="@+id/ll_all_money"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:layout_below="@+id/image_two_four_lin"
                android:layout_marginLeft="@dimen/dp_13.3"
                android:layout_marginTop="15.7dp"
mReturn's avatar
工单优化&友盟share
374aaf3c
 
mReturn committed 5 years ago
425 426 427 428 429
                android:layout_marginRight="@dimen/dp_13.3"
                android:layout_marginBottom="15dp"
                android:orientation="horizontal"
                android:paddingLeft="15dp"
                android:paddingRight="15dp">
罗翻's avatar
处理工单前增加活体检测
33d53e1f
 
罗翻 committed 6 years ago
430 431 432 433 434

                <TextView
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:layout_alignParentLeft="true"
罗翻's avatar
处理工单前增加活体检测
242a5793
 
罗翻 committed 6 years ago
435
                    android:text="@string/total_price"
mReturn's avatar
工单优化&友盟share
374aaf3c
 
mReturn committed 5 years ago
436
                    android:textColor="@color/cl_home_title_text_color"
罗翻's avatar
处理工单前增加活体检测
33d53e1f
 
罗翻 committed 6 years ago
437 438 439 440
                    android:textSize="@dimen/sp_13.3" />

                <TextView
                    android:id="@+id/tv_total_money"
mReturn's avatar
工单优化&友盟share
374aaf3c
 
mReturn committed 5 years ago
441
                    android:layout_width="@dimen/dp_205"
罗翻's avatar
处理工单前增加活体检测
33d53e1f
 
罗翻 committed 6 years ago
442
                    android:layout_height="wrap_content"
mReturn's avatar
工单优化&友盟share
374aaf3c
 
mReturn committed 5 years ago
443 444
                    android:layout_alignParentRight="true"
                    android:layout_centerHorizontal="true"
罗翻's avatar
处理工单前增加活体检测
33d53e1f
 
罗翻 committed 6 years ago
445 446 447 448 449 450 451 452
                    android:textColor="@color/cl_home_title_text_color"
                    android:textSize="@dimen/sp_13.3" />

                <TextView
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:layout_alignParentRight="true"
                    android:text="@string/tv_order_yuan"
mReturn's avatar
工单优化&友盟share
374aaf3c
 
mReturn committed 5 years ago
453
                    android:textColor="@color/cl_home_title_text_color"
罗翻's avatar
处理工单前增加活体检测
33d53e1f
 
罗翻 committed 6 years ago
454
                    android:textSize="@dimen/sp_13.3" />
罗翻's avatar
android2.0.0
70880c49
 
罗翻 committed 6 years ago
455 456


罗翻's avatar
处理工单前增加活体检测
33d53e1f
 
罗翻 committed 6 years ago
457 458 459 460 461 462 463
            </RelativeLayout>

            <ImageView
                android:id="@+id/iv_line_total"
                style="@style/line"
                android:layout_below="@id/ll_all_money" />

罗翻's avatar
增加签名
6af78c69
 
罗翻 committed 6 years ago
464 465 466
            <EditText
                android:id="@+id/et_door_info"
                android:layout_width="match_parent"
mReturn's avatar
工单优化&友盟share
374aaf3c
 
mReturn committed 5 years ago
467
                android:layout_height="@dimen/dp_60"
罗翻's avatar
处理工单前增加活体检测
33d53e1f
 
罗翻 committed 6 years ago
468
                android:layout_below="@id/iv_line_total"
罗翻's avatar
增加签名
6af78c69
 
罗翻 committed 6 years ago
469 470
                android:layout_centerHorizontal="true"
                android:layout_marginLeft="@dimen/dp_13.3"
mReturn's avatar
工单优化&友盟share
374aaf3c
 
mReturn committed 5 years ago
471
                android:layout_marginTop="10dp"
罗翻's avatar
增加签名
6af78c69
 
罗翻 committed 6 years ago
472
                android:layout_marginRight="@dimen/dp_13.3"
mReturn's avatar
友盟推送&工单优化
5fb96c68
 
mReturn committed 5 years ago
473
                android:layout_marginBottom="15dp"
罗翻's avatar
增加签名
6af78c69
 
罗翻 committed 6 years ago
474 475 476
                android:background="@drawable/subscribe_time_shape"
                android:gravity="top"
                android:hint="@string/tv_order_other"
mReturn's avatar
工单优化&友盟share
374aaf3c
 
mReturn committed 5 years ago
477 478
                android:maxLength="30"
                android:padding="10dp"
罗翻's avatar
增加签名
6af78c69
 
罗翻 committed 6 years ago
479 480 481
                android:textColor="@color/cl_home_title_text_color"
                android:textColorHint="@color/cl_selector_hui"
                android:textSize="@dimen/sp_13.3" />
罗翻's avatar
android2.0.0
70880c49
 
罗翻 committed 6 years ago
482 483

            <LinearLayout
mReturn's avatar
工单优化&友盟share
374aaf3c
 
mReturn committed 5 years ago
484
                android:id="@+id/ll_scan_pay"
罗翻's avatar
android2.0.0
70880c49
 
罗翻 committed 6 years ago
485
                android:layout_width="match_parent"
mReturn's avatar
工单优化&友盟share
374aaf3c
 
mReturn committed 5 years ago
486
                android:layout_height="wrap_content"
罗翻's avatar
android2.0.0
70880c49
 
罗翻 committed 6 years ago
487
                android:layout_below="@id/et_door_info"
mReturn's avatar
工单优化&友盟share
374aaf3c
 
mReturn committed 5 years ago
488 489 490 491
                android:layout_marginLeft="15dp"
                android:layout_marginRight="15dp"
                android:layout_marginBottom="15dp"
                android:orientation="vertical">
罗翻's avatar
android2.0.0
70880c49
 
罗翻 committed 6 years ago
492

mReturn's avatar
工单优化&友盟share
374aaf3c
 
mReturn committed 5 years ago
493 494
                <LinearLayout
                    android:id="@+id/ll_payway_notice"
罗翻's avatar
android2.0.0
70880c49
 
罗翻 committed 6 years ago
495 496
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
mReturn's avatar
工单优化&友盟share
374aaf3c
 
mReturn committed 5 years ago
497
                    android:layout_gravity="center_horizontal"
mReturn's avatar
友盟推送&工单优化
5fb96c68
 
mReturn committed 5 years ago
498 499
                    android:layout_marginBottom="15dp"
                    android:gravity="center_vertical"
mReturn's avatar
工单优化&友盟share
374aaf3c
 
mReturn committed 5 years ago
500
                    android:orientation="horizontal">
mReturn's avatar
友盟推送&工单优化
5fb96c68
 
mReturn committed 5 years ago
501

mReturn's avatar
工单优化&友盟share
374aaf3c
 
mReturn committed 5 years ago
502 503 504
                    <ImageView
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
mReturn's avatar
友盟推送&工单优化
5fb96c68
 
mReturn committed 5 years ago
505 506
                        android:src="@drawable/icon_pay_ali" />

mReturn's avatar
工单优化&友盟share
374aaf3c
 
mReturn committed 5 years ago
507 508 509 510
                    <ImageView
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:layout_marginLeft="15dp"
mReturn's avatar
友盟推送&工单优化
5fb96c68
 
mReturn committed 5 years ago
511 512
                        android:src="@drawable/icon_pay_wechat" />

mReturn's avatar
工单优化&友盟share
374aaf3c
 
mReturn committed 5 years ago
513 514 515
                    <TextView
                        style="@style/common_text_style"
                        android:layout_marginLeft="20dp"
mReturn's avatar
友盟推送&工单优化
5fb96c68
 
mReturn committed 5 years ago
516 517
                        android:text="@string/pls_show_pay_code"
                        android:textSize="14sp" />
mReturn's avatar
工单优化&友盟share
374aaf3c
 
mReturn committed 5 years ago
518
                </LinearLayout>
mReturn's avatar
友盟推送&工单优化
5fb96c68
 
mReturn committed 5 years ago
519

mReturn's avatar
工单优化&友盟share
374aaf3c
 
mReturn committed 5 years ago
520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543
                <LinearLayout
                    android:id="@+id/scan_pay"
                    android:layout_width="match_parent"
                    android:layout_height="52dp"
                    android:background="@drawable/btn_green_react"
                    android:gravity="center"
                    android:orientation="horizontal">

                    <ImageView
                        android:id="@+id/iv_scan"
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:layout_marginRight="10dp"
                        android:src="@drawable/icon_w_scan" />

                    <TextView
                        android:id="@+id/tv_scan_pay"
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:text="@string/scan_pay"
                        android:textColor="@color/cl_white"
                        android:textSize="16sp" />

                </LinearLayout>
罗翻's avatar
android2.0.0
70880c49
 
罗翻 committed 6 years ago
544
            </LinearLayout>
罗翻's avatar
增加签名
6af78c69
 
罗翻 committed 6 years ago
545 546 547 548 549 550
        </RelativeLayout>

        <RelativeLayout
            android:id="@+id/rl_signature_all"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
mReturn's avatar
友盟推送&工单优化
5fb96c68
 
mReturn committed 5 years ago
551
            android:visibility="gone">
罗翻's avatar
增加签名
6af78c69
 
罗翻 committed 6 years ago
552 553 554 555 556 557 558 559 560 561 562 563 564

            <RelativeLayout
                android:id="@+id/rl_signature_title"
                android:layout_width="match_parent"
                android:layout_height="43dp"
                android:background="@color/tv_bg">

                <TextView
                    android:id="@+id/tv_signature"
                    android:layout_width="wrap_content"
                    android:layout_height="43dp"
                    android:paddingLeft="@dimen/dp_15"
                    android:paddingTop="18dp"
罗翻's avatar
处理工单前增加活体检测
242a5793
 
罗翻 committed 6 years ago
565
                    android:text="@string/electronic_signature"
罗翻's avatar
增加签名
6af78c69
 
罗翻 committed 6 years ago
566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592
                    android:textColor="@color/tv_cl"
                    android:textSize="14sp" />

                <TextView
                    android:id="@+id/tv_signature_xin"
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:layout_marginTop="15dp"
                    android:layout_toRightOf="@+id/tv_signature"
                    android:text="*"
                    android:textColor="#F74848"
                    android:textSize="@dimen/sp_15" />
            </RelativeLayout>

            <LinearLayout
                android:id="@+id/rl_signature"
                android:layout_width="match_parent"
                android:layout_height="167dp"
                android:layout_below="@+id/rl_signature_title"
                android:background="@color/white"
                android:gravity="center">

                <TextView
                    android:id="@+id/tv_icon"
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:drawableLeft="@drawable/icon_edit"
罗翻's avatar
处理工单前增加活体检测
242a5793
 
罗翻 committed 6 years ago
593
                    android:text="@string/click_and_signature"
罗翻's avatar
增加签名
6af78c69
 
罗翻 committed 6 years ago
594 595 596 597 598 599 600
                    android:textColor="@color/tv_cl"
                    android:textSize="14sp" />

                <ImageView
                    android:id="@+id/iv_signature"
                    android:layout_width="match_parent"
                    android:layout_height="match_parent"
罗翻's avatar
处理工单前增加活体检测
242a5793
 
罗翻 committed 6 years ago
601 602
                    android:background="#FFFFFF"
                    android:scaleType="centerInside"
罗翻's avatar
增加签名
6af78c69
 
罗翻 committed 6 years ago
603 604 605 606 607
                    android:visibility="gone" />
            </LinearLayout>
        </RelativeLayout>

    </LinearLayout>
罗翻's avatar
新增多任务
493772ab
 
罗翻 committed 6 years ago
608
</layout>