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
  • userCenter
  • src
  • main
  • res
  • layout
  • fragment_home_user.xml
Find file
Normal viewHistoryPermalink
fragment_home_user.xml 31.6 KB
Newer Older
mReturn's avatar
user
c03ca250
 
mReturn committed 5 years ago
1
<?xml version="1.0" encoding="utf-8"?>
luofan's avatar
286增加师傅转派功能
c189f36f
 
luofan committed 3 years ago
2 3
<layout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools">
mReturn's avatar
user
c03ca250
 
mReturn committed 5 years ago
4 5 6 7 8 9 10 11

    <data>

        <variable
            name="presenter"
            type="com.dayu.usercenter.presenter.homeuser.HomeUserPresenter" />
    </data>

mReturn's avatar
user
c846a5f6
 
mReturn committed 5 years ago
12
    <LinearLayout
mReturn's avatar
user
c03ca250
 
mReturn committed 5 years ago
13 14
        android:layout_width="match_parent"
        android:layout_height="match_parent"
mReturn's avatar
user
c846a5f6
 
mReturn committed 5 years ago
15
        android:orientation="vertical">
mReturn's avatar
user
c03ca250
 
mReturn committed 5 years ago
16

mReturn's avatar
user
c846a5f6
 
mReturn committed 5 years ago
17 18 19
        <RelativeLayout
            android:id="@+id/rl_title"
            style="@style/title">
mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
20

mReturn's avatar
直播调试
f88e6950
 
mReturn committed 4 years ago
21 22 23 24 25 26
            <TextView
                android:id="@+id/tv_start_live"
                android:layout_width="100dp"
                android:layout_height="match_parent"
                android:gravity="center"
                android:text="开始直播"
mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
27 28 29
                android:textColor="@color/common_text_color"
                android:textSize="16sp"
                android:visibility="gone" />
mReturn's avatar
user
c03ca250
 
mReturn committed 5 years ago
30

mReturn's avatar
user
c846a5f6
 
mReturn committed 5 years ago
31 32 33
            <TextView
                style="@style/text_title"
                android:text="@string/personal_center" />
mReturn's avatar
user
c03ca250
 
mReturn committed 5 years ago
34 35

            <ImageView
mReturn's avatar
user
c846a5f6
 
mReturn committed 5 years ago
36 37 38 39 40
                android:id="@+id/iv_setting"
                style="@style/title_right_image"
                android:onClick="@{()->presenter.dumpToSetting()}"
                android:src="@drawable/person_setting" />
        </RelativeLayout>
mReturn's avatar
user
c03ca250
 
mReturn committed 5 years ago
41

luofan's avatar
286增加师傅转派功能
c189f36f
 
luofan committed 3 years ago
42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
        <TextView
            android:id="@+id/notice"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_marginTop="-10dp"
            android:ellipsize="marquee"
            android:focusable="true"
            android:focusableInTouchMode="true"
            android:marqueeRepeatLimit="marquee_forever"
            android:paddingStart="10dp"
            android:paddingEnd="10dp"
            android:paddingBottom="5dp"
            android:scrollHorizontally="true"
            android:singleLine="true"
            android:textColor="@color/common_red"
            android:textSize="15dp"
            tools:text="瑟吉欧房间爱佛家放假哦案件发哦附加按房间啊of瑟吉欧房间爱佛家放假哦案件发哦附加按房间啊of瑟吉欧房间爱佛家放假哦案件发哦附加按房间啊of瑟吉欧房间爱佛家放假哦案件发哦附加按房间啊of" />

mReturn's avatar
fix
b4d6d947
 
mReturn committed 5 years ago
60
        <com.scwang.smartrefresh.layout.SmartRefreshLayout
mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
61
            android:id="@+id/refresh_layout"
mReturn's avatar
fix
b4d6d947
 
mReturn committed 5 years ago
62
            android:layout_width="match_parent"
mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
63 64 65
            android:layout_height="0dp"
            android:layout_weight="1"
            android:paddingBottom="2dp">
mReturn's avatar
user
c03ca250
 
mReturn committed 5 years ago
66

mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
67
            <android.support.v4.widget.NestedScrollView
mReturn's avatar
user
c846a5f6
 
mReturn committed 5 years ago
68 69
                android:layout_width="match_parent"
                android:layout_height="match_parent"
mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
70
                android:background="@color/cl_white">
mReturn's avatar
user
c03ca250
 
mReturn committed 5 years ago
71

mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
72
                <LinearLayout
mReturn's avatar
user
c846a5f6
 
mReturn committed 5 years ago
73
                    android:layout_width="match_parent"
mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
74 75 76
                    android:layout_height="match_parent"
                    android:gravity="center_horizontal"
                    android:orientation="vertical">
mReturn's avatar
user
c846a5f6
 
mReturn committed 5 years ago
77 78 79


                    <ImageView
mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
80
                        android:layout_width="match_parent"
mReturn's avatar
user
c03ca250
 
mReturn committed 5 years ago
81
                        android:layout_height="wrap_content"
mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
82 83
                        android:scaleType="fitXY"
                        android:src="@drawable/person_title_view"
mReturn's avatar
V2.5.5
81caa6a4
 
mReturn committed 4 years ago
84 85 86
                        android:visibility="gone" />

                    <RelativeLayout
mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
87 88
                        android:id="@+id/person_one"
                        android:layout_width="match_parent"
mReturn's avatar
V2.5.5
81caa6a4
 
mReturn committed 4 years ago
89
                        android:layout_height="wrap_content"
mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
90 91 92
                        android:background="@color/table_record_title_bg"
                        android:onClick="@{()->presenter.toUserSetting()}"
                        android:padding="10dp">
mReturn's avatar
工单优化
0bf5ccfd
 
mReturn committed 5 years ago
93

mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
94
                        <ImageView
mReturn's avatar
user
c846a5f6
 
mReturn committed 5 years ago
95 96
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
97 98 99 100 101 102 103 104 105 106 107
                            android:layout_alignParentRight="true"
                            android:layout_centerVertical="true"
                            android:layout_marginRight="10dp"
                            android:src="@drawable/icon_arrow_right_gray" />

                        <com.dayu.widgets.CircleImageView
                            android:id="@+id/iv_header"
                            imageUrl="@{presenter.mUrl}"
                            android:layout_width="120dp"
                            android:layout_height="120dp"
                            android:layout_marginLeft="10dp"
luofan's avatar
286增加师傅转派功能
c189f36f
 
luofan committed 3 years ago
108
                            android:layout_marginTop="5dp"
mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
109 110
                            android:src="@drawable/user" />
                        <!--android:onClick="@{()->presenter.dumpToPersonalInfo()}"-->
mReturn's avatar
V2.5.5
81caa6a4
 
mReturn committed 4 years ago
111

mReturn's avatar
user
c846a5f6
 
mReturn committed 5 years ago
112

mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
113 114 115 116 117 118 119 120
                        <ImageView
                            android:layout_width="73dp"
                            android:layout_height="20dp"
                            android:layout_alignLeft="@id/iv_header"
                            android:layout_alignBottom="@id/iv_header"
                            android:layout_marginLeft="5dp"
                            android:src="@drawable/head_shape"
                            android:visibility="gone" />
mReturn's avatar
user
c846a5f6
 
mReturn committed 5 years ago
121

mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
122 123 124 125 126 127 128 129 130 131 132 133
                        <TextView
                            android:layout_width="44dp"
                            android:layout_height="15dp"
                            android:layout_alignLeft="@id/iv_header"
                            android:layout_alignBottom="@id/iv_header"
                            android:layout_centerHorizontal="true"
                            android:layout_marginLeft="20dp"
                            android:layout_marginBottom="3dp"
                            android:text="@string/personal_info"
                            android:textColor="@color/white"
                            android:textSize="11sp"
                            android:visibility="gone" />
mReturn's avatar
user
c846a5f6
 
mReturn committed 5 years ago
134 135

                        <TextView
mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
136
                            android:id="@+id/tv_name"
mReturn's avatar
user
c846a5f6
 
mReturn committed 5 years ago
137 138
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
139 140 141 142
                            android:layout_marginLeft="30dp"
                            android:layout_marginTop="10dp"
                            android:layout_toRightOf="@id/iv_header"
                            android:text="@string/tv_person_center_name"
mReturn's avatar
user
c846a5f6
 
mReturn committed 5 years ago
143
                            android:textColor="@color/cl_home_title_text_color"
mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
144 145
                            android:textSize="14.7sp"
                            android:textStyle="bold" />
luofan's avatar
286增加师傅转派功能
c189f36f
 
luofan committed 3 years ago
146

mReturn's avatar
修改昵称
b48aad92
 
mReturn committed 4 years ago
147 148 149 150 151
                        <TextView
                            android:id="@+id/tv_nick"
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:layout_alignBaseline="@id/tv_name"
luofan's avatar
286增加师傅转派功能
c189f36f
 
luofan committed 3 years ago
152
                            android:layout_marginLeft="3dp"
mReturn's avatar
修改昵称
b48aad92
 
mReturn committed 4 years ago
153
                            android:layout_marginRight="40dp"
luofan's avatar
286增加师傅转派功能
c189f36f
 
luofan committed 3 years ago
154
                            android:layout_toRightOf="@id/tv_name"
mReturn's avatar
修改昵称
b48aad92
 
mReturn committed 4 years ago
155
                            android:ellipsize="end"
luofan's avatar
286增加师傅转派功能
c189f36f
 
luofan committed 3 years ago
156 157 158 159
                            android:singleLine="true"
                            android:textColor="#666"
                            android:textSize="12sp" />

mReturn's avatar
修改昵称
b48aad92
 
mReturn committed 4 years ago
160 161 162 163 164 165
                        <ImageView
                            android:id="@+id/iv_edit_nick"
                            android:layout_width="25dp"
                            android:layout_height="25dp"
                            android:layout_alignParentRight="true"
                            android:layout_marginTop="10dp"
luofan's avatar
286增加师傅转派功能
c189f36f
 
luofan committed 3 years ago
166 167
                            android:layout_marginRight="10dp"
                            android:src="@drawable/ic_eidt_gray" />
mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
168 169 170 171 172 173 174 175 176 177 178 179 180

                        <ImageView
                            android:id="@+id/iv_audited"
                            android:layout_width="41dp"
                            android:layout_height="14dp"
                            android:layout_marginLeft="2dp"
                            android:layout_marginTop="17dp"
                            android:layout_toRightOf="@id/tv_name"
                            android:src="@drawable/icon_authentication"
                            android:visibility="gone" />

                        <RelativeLayout
                            android:id="@+id/persone_two"
mReturn's avatar
user
c846a5f6
 
mReturn committed 5 years ago
181 182
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
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 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 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 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293
                            android:layout_below="@id/tv_name"
                            android:layout_alignLeft="@id/tv_name"
                            android:layout_marginTop="9.3dp">

                            <TextView
                                android:id="@+id/tv_sex"
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:text="@string/tv_person_center_sex_value"
                                android:textColor="@color/cl_home_title_text_color"
                                android:textSize="12sp" />

                            <TextView
                                android:id="@+id/tv_age"
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:layout_marginLeft="@dimen/dp_13"
                                android:layout_toRightOf="@id/tv_sex"
                                android:text="@string/tv_person_center_age_value"
                                android:textColor="@color/cl_home_title_text_color"
                                android:textSize="12sp" />

                        </RelativeLayout>

                        <LinearLayout
                            android:id="@+id/ll_phone"
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:layout_below="@id/persone_two"
                            android:layout_alignLeft="@id/tv_name"
                            android:layout_marginTop="9.3dp"
                            android:orientation="horizontal">

                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:text="@string/str_phone"
                                android:textColor="@color/cl_home_title_text_color"
                                android:textSize="12sp" />

                            <TextView
                                android:id="@+id/tv_phone"
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:layout_marginLeft="@dimen/dp_13"
                                android:layout_toRightOf="@id/tv_age"
                                android:text="@string/tv_person_center_phone"
                                android:textColor="@color/cl_home_title_text_color"
                                android:textSize="12sp" />

                        </LinearLayout>

                        <LinearLayout
                            android:id="@+id/ll_score"
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:layout_below="@id/ll_phone"
                            android:layout_alignLeft="@id/ll_phone"
                            android:layout_marginTop="10dp"
                            android:orientation="horizontal">

                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:text="@string/user_customer_satisfied"
                                android:textColor="@color/cl_home_title_text_color"
                                android:textSize="12sp" />

                            <TextView
                                android:id="@+id/tv_score"
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:layout_marginLeft="10dp"
                                android:text="@string/zero_score"
                                android:textColor="@color/cl_home_title_text_color"
                                android:textSize="12sp" />

                            <LinearLayout
                                android:id="@+id/tv_star"
                                android:layout_width="90dp"
                                android:layout_height="wrap_content"
                                android:layout_marginLeft="15dp"
                                android:orientation="horizontal"
                                android:visibility="gone" />
                        </LinearLayout>

                        <LinearLayout
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:layout_below="@id/ll_score"
                            android:layout_alignLeft="@id/ll_score"
                            android:layout_marginTop="9.3dp"
                            android:orientation="horizontal">

                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:text="@string/user_level"
                                android:textColor="@color/cl_home_title_text_color"
                                android:textSize="12sp" />

                            <TextView
                                android:id="@+id/tv_level"
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:layout_marginLeft="@dimen/dp_13"
                                android:layout_toRightOf="@id/tv_age"
                                android:textColor="@color/cl_home_title_text_color"
                                android:textSize="12sp" />

                        </LinearLayout>
mReturn's avatar
user
c03ca250
 
mReturn committed 5 years ago
294

mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
295
                    </RelativeLayout>
mReturn's avatar
user
c03ca250
 
mReturn committed 5 years ago
296

mReturn's avatar
V2.5.5
81caa6a4
 
mReturn committed 4 years ago
297

mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
298 299 300 301 302 303 304
                    <ImageView
                        android:id="@+id/person_line"
                        android:layout_width="293.3dp"
                        android:layout_height="0.6dp"
                        android:layout_marginTop="15dp"
                        android:background="@color/cl_work_raiod"
                        android:visibility="gone" />
mReturn's avatar
V2.5.5
81caa6a4
 
mReturn committed 4 years ago
305 306

                    <TextView
mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
307 308 309
                        android:id="@+id/tv_send_card"
                        style="@style/btn_common"
                        android:layout_width="match_parent"
mReturn's avatar
个人中心页面布局改版
f9ec9f0c
 
mReturn committed 4 years ago
310 311 312
                        android:layout_marginLeft="15dp"
                        android:layout_marginTop="10dp"
                        android:layout_marginRight="15dp"
mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
313
                        android:background="@drawable/btn_blue_commom"
luofan's avatar
286增加师傅转派功能
c189f36f
 
luofan committed 3 years ago
314 315 316
                        android:text="@string/send_user_card"
                        android:visibility="gone" />

mReturn's avatar
个人中心页面布局改版
f9ec9f0c
 
mReturn committed 4 years ago
317 318 319 320 321 322 323 324 325 326 327
                    <LinearLayout
                        android:layout_width="match_parent"
                        android:layout_height="wrap_content"
                        android:layout_margin="15dp"
                        android:orientation="horizontal">

                        <TextView
                            android:id="@+id/apply_part"
                            android:layout_width="0dp"
                            android:layout_height="45dp"
                            android:layout_weight="2"
luofan's avatar
v2.7.6我的页面更改
8a53191d
 
luofan committed 4 years ago
328
                            android:background="@drawable/btn_green_commom_5"
mReturn's avatar
个人中心页面布局改版
f9ec9f0c
 
mReturn committed 4 years ago
329 330 331 332
                            android:gravity="center"
                            android:onClick="@{()->presenter.dumpToInvate()}"
                            android:text="@string/invate_new_reward"
                            android:textColor="@color/white"
luofan's avatar
286增加师傅转派功能
c189f36f
 
luofan committed 3 years ago
333 334
                            android:textSize="@dimen/sp_16"
                            android:visibility="gone" />
mReturn's avatar
个人中心页面布局改版
f9ec9f0c
 
mReturn committed 4 years ago
335 336 337 338 339 340 341 342 343 344 345

                        <TextView
                            android:layout_width="0dp"
                            android:layout_height="45dp"
                            android:layout_marginLeft="15dp"
                            android:layout_weight="1"
                            android:background="@drawable/btn_blue_commom"
                            android:gravity="center"
                            android:onClick="@{()->presenter.toInviteRecord()}"
                            android:text="@string/invite_record"
                            android:textColor="@color/white"
luofan's avatar
286增加师傅转派功能
c189f36f
 
luofan committed 3 years ago
346 347
                            android:textSize="@dimen/sp_16"
                            android:visibility="gone" />
mReturn's avatar
个人中心页面布局改版
f9ec9f0c
 
mReturn committed 4 years ago
348 349 350 351 352 353 354 355 356 357 358 359 360
                    </LinearLayout>

                    <TextView
                        android:layout_width="match_parent"
                        android:layout_height="45dp"
                        android:layout_marginLeft="15dp"
                        android:layout_marginRight="15dp"
                        android:layout_marginBottom="15dp"
                        android:background="@drawable/btn_dark_red"
                        android:gravity="center"
                        android:onClick="@{()->presenter.invateProvider()}"
                        android:text="@string/invate_provider_title"
                        android:textColor="@color/white"
luofan's avatar
286增加师傅转派功能
c189f36f
 
luofan committed 3 years ago
361 362
                        android:textSize="@dimen/sp_16"
                        android:visibility="gone" />
mReturn's avatar
V2.5.5
81caa6a4
 
mReturn committed 4 years ago
363

luofan's avatar
3.0开发
908d2b53
 
luofan committed 2 years ago
364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395
                    <TextView
                        style="@style/sale_item_text"
                        android:layout_width="match_parent"
                        android:layout_height="30dp"
                        android:layout_marginStart="10dp"
                        android:layout_marginEnd="10dp"
                        android:background="@drawable/personal_center_selector"
                        android:gravity="center"
                        android:text="我可以接单的服务区域"
                        android:textColor="@color/default_text_color"
                        android:textSize="15dp" />

                    <LinearLayout
                        android:layout_width="match_parent"
                        android:layout_height="30dp"
                        android:layout_marginTop="10dp"
                        android:gravity="center_vertical"
                        android:paddingStart="15dp"
                        android:paddingEnd="15dp">

                        <TextView
                            android:id="@+id/province"
                            android:layout_width="0dp"
                            android:layout_height="30dp"
                            android:layout_marginEnd="10dp"
                            android:layout_weight="1"
                            android:background="@drawable/bg_input_black_react"
                            android:drawableEnd="@drawable/icon_arrow_down_gray32"
                            android:drawablePadding="10dp"
                            android:gravity="center_vertical"
                            android:paddingStart="2dp"
                            android:paddingTop="1dp"
luofan's avatar
最新代码提交
a7a59a7f
 
luofan committed 2 years ago
396
                            android:paddingEnd="10dp"
luofan's avatar
3.0开发
908d2b53
 
luofan committed 2 years ago
397 398 399 400 401 402 403 404 405 406 407 408 409 410 411
                            android:text="请选择省"
                            android:textColor="@color/default_text_color"
                            android:textSize="15dp" />

                        <TextView
                            android:id="@+id/city"
                            android:layout_width="0dp"
                            android:layout_height="30dp"
                            android:layout_marginEnd="10dp"
                            android:layout_weight="1"
                            android:background="@drawable/bg_input_black_react"
                            android:drawableEnd="@drawable/icon_arrow_down_gray32"
                            android:drawablePadding="10dp"
                            android:gravity="center_vertical"
                            android:paddingStart="2dp"
luofan's avatar
最新代码提交
a7a59a7f
 
luofan committed 2 years ago
412
                            android:paddingEnd="10dp"
luofan's avatar
3.0开发
908d2b53
 
luofan committed 2 years ago
413 414 415 416 417 418 419 420 421 422 423 424 425 426 427
                            android:text="@string/setlect_ciy_hint"
                            android:textColor="@color/default_text_color"
                            android:textSize="15dp" />

                        <TextView
                            android:id="@+id/area"
                            android:layout_width="0dp"
                            android:layout_height="30dp"
                            android:layout_gravity="right"
                            android:layout_weight="1"
                            android:background="@drawable/bg_input_black_react"
                            android:drawableEnd="@drawable/icon_arrow_down_gray32"
                            android:drawablePadding="10dp"
                            android:gravity="center_vertical"
                            android:paddingStart="2dp"
luofan's avatar
最新代码提交
a7a59a7f
 
luofan committed 2 years ago
428
                            android:paddingEnd="10dp"
luofan's avatar
3.0开发
908d2b53
 
luofan committed 2 years ago
429 430 431 432 433 434
                            android:text="请选择区"
                            android:textColor="@color/default_text_color"
                            android:textSize="15dp" />

                    </LinearLayout>

luofan's avatar
提交代码
87e8465e
 
luofan committed 2 years ago
435 436 437
                    <LinearLayout
                        style="@style/ll_user_bottom"
                        android:layout_marginTop="10dp">
mReturn's avatar
V2.5.5
81caa6a4
 
mReturn committed 4 years ago
438

mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
439
                        <LinearLayout
luofan's avatar
3.0开发
908d2b53
 
luofan committed 2 years ago
440 441
                            android:id="@+id/tv_fetch"
                            style="@style/ll_user_bottom2">
mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
442 443 444

                            <TextView
                                style="@style/tv_user_bottom1"
luofan's avatar
3.0开发
908d2b53
 
luofan committed 2 years ago
445
                                android:text="账户余额" />
mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
446 447

                            <TextView
luofan's avatar
3.0开发
908d2b53
 
luofan committed 2 years ago
448
                                android:id="@+id/tv_can_fetch"
mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
449 450
                                style="@style/tv_user_bottom2"
                                android:text="0"
luofan's avatar
提交代码
87e8465e
 
luofan committed 2 years ago
451
                                android:textColor="@color/cl_order_item_date" />
mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
452
                        </LinearLayout>
mReturn's avatar
V2.5.5
81caa6a4
 
mReturn committed 4 years ago
453

mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
454
                        <LinearLayout
luofan's avatar
3.0开发
908d2b53
 
luofan committed 2 years ago
455
                            android:id="@+id/inComeLl"
luofan's avatar
提交代码
87e8465e
 
luofan committed 2 years ago
456 457
                            style="@style/ll_user_bottom2"
                            android:layout_marginLeft="10dp">
mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
458 459 460

                            <TextView
                                style="@style/tv_user_bottom1"
luofan's avatar
3.0开发
908d2b53
 
luofan committed 2 years ago
461
                                android:text="我的收入" />
mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
462 463

                            <TextView
luofan's avatar
3.0开发
908d2b53
 
luofan committed 2 years ago
464
                                android:id="@+id/tv_cash_arrive"
luofan's avatar
提交代码
87e8465e
 
luofan committed 2 years ago
465
                                style="@style/tv_user_bottom2"
mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
466
                                android:text="0"
luofan's avatar
提交代码
87e8465e
 
luofan committed 2 years ago
467
                                android:textColor="@color/cl_order_item_date" />
mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
468
                        </LinearLayout>
luofan's avatar
提交代码
87e8465e
 
luofan committed 2 years ago
469
                    </LinearLayout>
luofan's avatar
v2.7.6我的页面更改
8a53191d
 
luofan committed 4 years ago
470

mReturn's avatar
user
c846a5f6
 
mReturn committed 5 years ago
471

mReturn's avatar
V2.5.5
81caa6a4
 
mReturn committed 4 years ago
472
                    <LinearLayout
mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
473
                        style="@style/ll_user_bottom"
luofan's avatar
最新代码提交
a7a59a7f
 
luofan committed 2 years ago
474 475
                        android:layout_marginTop="10dp"
                        android:visibility="gone">
mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506

                        <LinearLayout
                            style="@style/ll_user_bottom2"
                            android:onClick="@{()->presenter.toCommonRecord(1)}">

                            <TextView
                                style="@style/tv_user_bottom1"
                                android:text="@string/user_sale_reward" />

                            <TextView
                                android:id="@+id/tv_sale_reward"
                                style="@style/tv_user_bottom2"
                                android:text="0"
                                android:textColor="@color/cl_order_item_date" />
                        </LinearLayout>

                        <LinearLayout
                            style="@style/ll_user_bottom2"
                            android:layout_marginLeft="10dp"
                            android:onClick="@{()->presenter.toCommonRecord(2)}">

                            <TextView
                                style="@style/tv_user_bottom1"
                                android:text="@string/user_service_income" />

                            <TextView
                                android:id="@+id/tv_service_income"
                                style="@style/tv_user_bottom2"
                                android:text="0"
                                android:textColor="@color/cl_order_item_date" />
                        </LinearLayout>
mReturn's avatar
V2.5.5
81caa6a4
 
mReturn committed 4 years ago
507
                    </LinearLayout>
mReturn's avatar
工单优化
0bf5ccfd
 
mReturn committed 5 years ago
508

mReturn's avatar
V2.5.5
81caa6a4
 
mReturn committed 4 years ago
509
                    <LinearLayout
mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
510 511 512 513 514
                        style="@style/ll_user_bottom"
                        android:layout_marginTop="10dp">

                        <LinearLayout
                            style="@style/ll_user_bottom2"
luofan's avatar
286增加师傅转派功能
c189f36f
 
luofan committed 3 years ago
515 516
                            android:onClick="@{()->presenter.toCommonRecord(3)}"
                            android:visibility="gone">
mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
517 518 519 520 521 522 523 524 525 526 527 528 529 530 531

                            <TextView
                                style="@style/tv_user_bottom1"
                                android:text="@string/user_invate_reward" />

                            <TextView
                                android:id="@+id/tv_invate_reward"
                                style="@style/tv_user_bottom2"
                                android:text="0"
                                android:textColor="@color/text_common_green" />
                        </LinearLayout>

                        <LinearLayout
                            style="@style/ll_user_bottom2"
                            android:layout_marginLeft="10dp"
luofan's avatar
286增加师傅转派功能
c189f36f
 
luofan committed 3 years ago
532 533
                            android:onClick="@{()->presenter.toCommonRecord(4)}"
                            android:visibility="gone">
mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
534 535 536 537 538 539 540 541 542 543 544

                            <TextView
                                style="@style/tv_user_bottom1"
                                android:text="@string/user_platform_reward" />

                            <TextView
                                android:id="@+id/tv_platform_reward"
                                style="@style/tv_user_bottom2"
                                android:text="0"
                                android:textColor="@color/text_common_green" />
                        </LinearLayout>
mReturn's avatar
user
c846a5f6
 
mReturn committed 5 years ago
545 546 547
                    </LinearLayout>

                    <LinearLayout
mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569
                        style="@style/ll_user_bottom"
                        android:layout_marginTop="10dp"
                        android:layout_marginBottom="10dp">

                        <LinearLayout
                            style="@style/ll_user_bottom2"
                            android:onClick="@{()->presenter.dumpToBusinessType()}">

                            <TextView
                                style="@style/tv_user_bottom1"
                                android:text="@string/user_business_type" />

                            <TextView
                                android:id="@+id/tv_business_type"
                                style="@style/tv_user_bottom2"
                                android:text="0" />
                        </LinearLayout>

                        <LinearLayout
                            style="@style/ll_user_bottom2"
                            android:layout_marginLeft="10dp"
                            android:onClick="@{()->presenter.dumpToLicence()}">
mReturn's avatar
V2.5.5
81caa6a4
 
mReturn committed 4 years ago
570

mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
571 572 573
                            <TextView
                                style="@style/tv_user_bottom1"
                                android:text="@string/tv_person_center_licence" />
mReturn's avatar
V2.5.5
81caa6a4
 
mReturn committed 4 years ago
574

mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
575 576 577 578 579
                            <TextView
                                android:id="@+id/tv_licence"
                                style="@style/tv_user_bottom2"
                                android:text="0" />
                        </LinearLayout>
mReturn's avatar
user
c846a5f6
 
mReturn committed 5 years ago
580
                    </LinearLayout>
mReturn's avatar
V2.5.5
81caa6a4
 
mReturn committed 4 years ago
581

luofan's avatar
feat:学习模块增加,
9cea3504
 
luofan committed 3 years ago
582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616
                    <LinearLayout
                        style="@style/ll_user_bottom"
                        android:layout_marginTop="10dp"
                        android:layout_marginBottom="10dp">

                        <LinearLayout
                            android:id="@+id/withTeam"
                            style="@style/ll_user_bottom2">

                            <TextView
                                style="@style/tv_user_bottom1"
                                android:text="组队接单" />

                            <TextView
                                android:id="@+id/teamNum"
                                style="@style/tv_user_bottom2"
                                android:text="0" />
                        </LinearLayout>

                        <LinearLayout
                            android:id="@+id/scoreChange"
                            style="@style/ll_user_bottom2"
                            android:layout_marginLeft="10dp">

                            <TextView
                                style="@style/tv_user_bottom1"
                                android:text="积分兑换" />

                            <TextView
                                android:id="@+id/point"
                                style="@style/tv_user_bottom2"
                                android:text="0" />
                        </LinearLayout>
                    </LinearLayout>

mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
617 618 619 620 621
                    <TextView
                        style="@style/common_text_style"
                        android:layout_width="match_parent"
                        android:paddingLeft="18dp"
                        android:text="@string/add_service_wechat"
luofan's avatar
286增加师傅转派功能
c189f36f
 
luofan committed 3 years ago
622 623
                        android:textSize="15sp"
                        android:visibility="gone" />
mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
624 625 626 627 628 629

                    <android.support.v7.widget.RecyclerView
                        android:id="@+id/rv_wechat"
                        android:layout_width="match_parent"
                        android:layout_height="wrap_content"
                        android:focusable="false"
luofan's avatar
286增加师傅转派功能
c189f36f
 
luofan committed 3 years ago
630 631
                        android:focusableInTouchMode="false"
                        android:visibility="gone" />
mReturn's avatar
V2.5.5
81caa6a4
 
mReturn committed 4 years ago
632

luofan's avatar
3.0开发
908d2b53
 
luofan committed 2 years ago
633 634
                    <TextView
                        android:id="@+id/weChat"
luofan's avatar
提交代码
87e8465e
 
luofan committed 2 years ago
635
                        android:layout_width="match_parent"
luofan's avatar
3.0开发
908d2b53
 
luofan committed 2 years ago
636 637 638 639 640 641 642 643
                        android:layout_height="30dp"
                        android:layout_marginStart="10dp"
                        android:layout_marginEnd="10dp"
                        android:layout_marginBottom="10dp"
                        android:background="@drawable/personal_center_selector"
                        android:gravity="center"
                        android:text="联系平台客服,加入接单交流群"
                        android:textColor="@color/default_text_color" />
luofan's avatar
提交代码
87e8465e
 
luofan committed 2 years ago
644

luofan's avatar
286增加师傅转派功能
c189f36f
 
luofan committed 3 years ago
645 646
                    <TextView
                        android:id="@+id/transmitServer"
luofan's avatar
ui修改
54464037
 
luofan committed 2 years ago
647 648
                        android:layout_width="250dp"
                        android:layout_height="50dp"
luofan's avatar
286增加师傅转派功能
c189f36f
 
luofan committed 3 years ago
649
                        android:background="@drawable/btn_blue_react_4"
luofan's avatar
提交代码
87e8465e
 
luofan committed 2 years ago
650 651
                        android:gravity="center"
                        android:text="转发服务名片"
luofan's avatar
286增加师傅转派功能
c189f36f
 
luofan committed 3 years ago
652 653
                        android:textColor="@color/white"
                        android:textSize="18dp" />
mReturn's avatar
V2.5.5
81caa6a4
 
mReturn committed 4 years ago
654

luofan's avatar
286增加师傅转派功能
c189f36f
 
luofan committed 3 years ago
655
                    <TextView
luofan's avatar
feat:学习模块增加,
9cea3504
 
luofan committed 3 years ago
656
                        android:layout_width="00dp"
luofan's avatar
286增加师傅转派功能
c189f36f
 
luofan committed 3 years ago
657 658 659 660
                        android:layout_height="40dp"
                        android:layout_marginTop="15dp"
                        android:layout_marginBottom="20dp"
                        android:background="@drawable/btn_blue_react_4"
luofan's avatar
提交代码
87e8465e
 
luofan committed 2 years ago
661 662
                        android:gravity="center"
                        android:text="组队接单干活"
luofan's avatar
286增加师傅转派功能
c189f36f
 
luofan committed 3 years ago
663
                        android:textColor="@color/white"
luofan's avatar
提交代码
87e8465e
 
luofan committed 2 years ago
664 665
                        android:textSize="18dp"
                        android:visibility="gone" />
mReturn's avatar
user
c03ca250
 
mReturn committed 5 years ago
666
                </LinearLayout>
mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
667
            </android.support.v4.widget.NestedScrollView>
mReturn's avatar
fix
b4d6d947
 
mReturn committed 5 years ago
668
        </com.scwang.smartrefresh.layout.SmartRefreshLayout>
mReturn's avatar
微信号复制功能
08ab87f5
 
mReturn committed 5 years ago
669

mReturn's avatar
user
c846a5f6
 
mReturn committed 5 years ago
670
    </LinearLayout>
mReturn's avatar
user
c03ca250
 
mReturn committed 5 years ago
671
</layout>