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 38.2 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

wukun's avatar
1.androidx
831aeac7
 
wukun committed 2 years ago
67
            <androidx.core.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
                            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
xuxuan's avatar
按天用工单UI修改,个人中心UI修改
40422755
 
xuxuan committed 11 months ago
270
                            android:id="@+id/ll_star"
mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294
                            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
295

xuxuan's avatar
按天用工单UI修改,个人中心UI修改
40422755
 
xuxuan committed 11 months ago
296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321
                        <LinearLayout
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:layout_below="@id/ll_star"
                            android:layout_alignLeft="@id/ll_star"
                            android:layout_marginTop="9.3dp"
                            android:orientation="horizontal">

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

                            <TextView
                                android:id="@+id/tv_price"
                                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
v2.6.0
69d53b70
 
mReturn committed 4 years ago
322
                    </RelativeLayout>
mReturn's avatar
user
c03ca250
 
mReturn committed 5 years ago
323

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

mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
325 326 327 328 329 330 331
                    <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
332 333

                    <TextView
mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
334 335 336
                        android:id="@+id/tv_send_card"
                        style="@style/btn_common"
                        android:layout_width="match_parent"
mReturn's avatar
个人中心页面布局改版
f9ec9f0c
 
mReturn committed 4 years ago
337 338 339
                        android:layout_marginLeft="15dp"
                        android:layout_marginTop="10dp"
                        android:layout_marginRight="15dp"
mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
340
                        android:background="@drawable/btn_blue_commom"
luofan's avatar
286增加师傅转派功能
c189f36f
 
luofan committed 3 years ago
341 342 343
                        android:text="@string/send_user_card"
                        android:visibility="gone" />

mReturn's avatar
个人中心页面布局改版
f9ec9f0c
 
mReturn committed 4 years ago
344 345 346 347 348 349 350 351 352 353 354
                    <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
355
                            android:background="@drawable/btn_green_commom_5"
mReturn's avatar
个人中心页面布局改版
f9ec9f0c
 
mReturn committed 4 years ago
356 357 358 359
                            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
360 361
                            android:textSize="@dimen/sp_16"
                            android:visibility="gone" />
mReturn's avatar
个人中心页面布局改版
f9ec9f0c
 
mReturn committed 4 years ago
362 363 364 365 366 367 368 369 370 371 372

                        <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
373 374
                            android:textSize="@dimen/sp_16"
                            android:visibility="gone" />
mReturn's avatar
个人中心页面布局改版
f9ec9f0c
 
mReturn committed 4 years ago
375 376 377 378 379 380 381 382 383 384 385 386 387
                    </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
388 389
                        android:textSize="@dimen/sp_16"
                        android:visibility="gone" />
mReturn's avatar
V2.5.5
81caa6a4
 
mReturn committed 4 years ago
390

luofan's avatar
3.0开发
908d2b53
 
luofan committed 2 years ago
391 392
                    <LinearLayout
                        android:layout_width="match_parent"
xuxuan's avatar
按天用工单UI修改,个人中心UI修改
40422755
 
xuxuan committed 11 months ago
393 394 395 396 397
                        android:layout_height="wrap_content"
                        android:layout_marginLeft="15dp"
                        android:layout_marginRight="15dp"
                        android:background="@drawable/personal_center_selector"
                        android:orientation="vertical">
luofan's avatar
3.0开发
908d2b53
 
luofan committed 2 years ago
398 399

                        <TextView
xuxuan's avatar
按天用工单UI修改,个人中心UI修改
40422755
 
xuxuan committed 11 months ago
400 401
                            style="@style/sale_item_text"
                            android:layout_width="match_parent"
luofan's avatar
3.0开发
908d2b53
 
luofan committed 2 years ago
402
                            android:layout_height="30dp"
xuxuan's avatar
按天用工单UI修改,个人中心UI修改
40422755
 
xuxuan committed 11 months ago
403
                            android:layout_marginStart="10dp"
luofan's avatar
3.0开发
908d2b53
 
luofan committed 2 years ago
404
                            android:layout_marginEnd="10dp"
xuxuan's avatar
按天用工单UI修改,个人中心UI修改
40422755
 
xuxuan committed 11 months ago
405 406 407 408
                            android:layout_marginTop="10dp"
                            android:gravity="center"
                            android:textStyle="bold"
                            android:text="设置我的服务区域"
luofan's avatar
3.0开发
908d2b53
 
luofan committed 2 years ago
409 410 411
                            android:textColor="@color/default_text_color"
                            android:textSize="15dp" />

xuxuan's avatar
按天用工单UI修改,个人中心UI修改
40422755
 
xuxuan committed 11 months ago
412 413
                        <LinearLayout
                            android:layout_width="wrap_content"
luofan's avatar
3.0开发
908d2b53
 
luofan committed 2 years ago
414
                            android:layout_height="30dp"
xuxuan's avatar
按天用工单UI修改,个人中心UI修改
40422755
 
xuxuan committed 11 months ago
415
                            android:layout_marginTop="5dp"
luofan's avatar
3.0开发
908d2b53
 
luofan committed 2 years ago
416
                            android:gravity="center_vertical"
xuxuan's avatar
按天用工单UI修改,个人中心UI修改
40422755
 
xuxuan committed 11 months ago
417 418 419
                            android:layout_gravity="center"
                            android:paddingStart="15dp"
                            android:paddingEnd="15dp">
luofan's avatar
3.0开发
908d2b53
 
luofan committed 2 years ago
420

xuxuan's avatar
按天用工单UI修改,个人中心UI修改
40422755
 
xuxuan committed 11 months ago
421 422 423 424 425 426 427 428 429 430 431 432 433 434 435
                            <TextView
                                android:id="@+id/province"
                                android:layout_width="wrap_content"
                                android:layout_height="30dp"
                                android:layout_marginEnd="10dp"
                                android:layout_weight="1"
                                android:drawablePadding="10dp"
                                android:gravity="center_vertical"
                                android:paddingStart="2dp"
                                android:paddingTop="1dp"
                                android:paddingEnd="10dp"
                                android:text="请选择省"
                                android:textColor="@color/cl_home_button"
                                android:textSize="15dp"
                                android:textStyle="bold" />
luofan's avatar
3.0开发
908d2b53
 
luofan committed 2 years ago
436

xuxuan's avatar
按天用工单UI修改,个人中心UI修改
40422755
 
xuxuan committed 11 months ago
437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466
                            <TextView
                                android:id="@+id/city"
                                android:layout_width="wrap_content"
                                android:layout_height="30dp"
                                android:layout_marginEnd="10dp"
                                android:layout_weight="1"
                                android:drawablePadding="10dp"
                                android:gravity="center_vertical"
                                android:paddingStart="2dp"
                                android:paddingEnd="10dp"
                                android:text="@string/setlect_ciy_hint"
                                android:textStyle="bold"
                                android:textColor="@color/cl_home_button"
                                android:textSize="15dp" />

                            <TextView
                                android:id="@+id/area"
                                android:layout_width="wrap_content"
                                android:layout_height="30dp"
                                android:layout_gravity="right"
                                android:layout_weight="1"
                                android:drawablePadding="10dp"
                                android:gravity="center_vertical"
                                android:paddingStart="2dp"
                                android:paddingEnd="10dp"
                                android:text="请选择区"
                                android:textStyle="bold"
                                android:textColor="@color/cl_home_button"
                                android:textSize="15dp" />
                        </LinearLayout>
luofan's avatar
3.0开发
908d2b53
 
luofan committed 2 years ago
467 468
                    </LinearLayout>

xuxuan's avatar
按天用工单UI修改,个人中心UI修改
40422755
 
xuxuan committed 11 months ago
469

luofan's avatar
提交代码
87e8465e
 
luofan committed 2 years ago
470
                    <LinearLayout
wukun's avatar
1217
14e1dec7
 
wukun committed a year ago
471 472
                        android:layout_width="match_parent"
                        android:layout_height="wrap_content"
xuxuan's avatar
按天用工单UI修改,个人中心UI修改
40422755
 
xuxuan committed 11 months ago
473 474
                        android:orientation="horizontal"
                        android:visibility="gone">
wukun's avatar
1217
14e1dec7
 
wukun committed a year ago
475 476 477 478 479

                        <TextView
                            style="@style/sale_item_text"
                            android:layout_width="120dp"
                            android:layout_height="40dp"
wukun's avatar
1220
7a202982
 
wukun committed a year ago
480
                            android:background="@color/white"
wukun's avatar
1217
14e1dec7
 
wukun committed a year ago
481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498
                            android:gravity="center"
                            android:text="我的收费标准:"
                            android:textStyle="bold" />

                        <Spinner
                            android:id="@+id/dayPrice"
                            android:layout_width="wrap_content"
                            android:layout_height="match_parent"
                            android:layout_gravity="center"
                            android:layout_marginStart="80dp"
                            android:drawableEnd="@drawable/icon_arrow_down_gray32"
                            android:gravity="center"
                            android:inputType="number"
                            tools:text="100" />

                    </LinearLayout>

                    <LinearLayout
luofan's avatar
提交代码
87e8465e
 
luofan committed 2 years ago
499
                        style="@style/ll_user_bottom"
han xu's avatar
页面UI 调整
5298ab57
 
han xu committed a year ago
500
                        android:layout_marginTop="5dp">
mReturn's avatar
V2.5.5
81caa6a4
 
mReturn committed 4 years ago
501

mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
502
                        <LinearLayout
luofan's avatar
3.0开发
908d2b53
 
luofan committed 2 years ago
503 504
                            android:id="@+id/tv_fetch"
                            style="@style/ll_user_bottom2">
mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
505 506 507

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

                            <TextView
luofan's avatar
3.0开发
908d2b53
 
luofan committed 2 years ago
511
                                android:id="@+id/tv_can_fetch"
mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
512
                                style="@style/tv_user_bottom2"
han xu's avatar
页面UI 调整
5298ab57
 
han xu committed a year ago
513
                                android:layout_marginTop="10dp"
mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
514
                                android:text="0"
luofan's avatar
提交代码
87e8465e
 
luofan committed 2 years ago
515
                                android:textColor="@color/cl_order_item_date" />
mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
516
                        </LinearLayout>
mReturn's avatar
V2.5.5
81caa6a4
 
mReturn committed 4 years ago
517

mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
518
                        <LinearLayout
luofan's avatar
3.0开发
908d2b53
 
luofan committed 2 years ago
519
                            android:id="@+id/inComeLl"
luofan's avatar
提交代码
87e8465e
 
luofan committed 2 years ago
520 521
                            style="@style/ll_user_bottom2"
                            android:layout_marginLeft="10dp">
mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
522 523 524

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

                            <TextView
luofan's avatar
3.0开发
908d2b53
 
luofan committed 2 years ago
528
                                android:id="@+id/tv_cash_arrive"
luofan's avatar
提交代码
87e8465e
 
luofan committed 2 years ago
529
                                style="@style/tv_user_bottom2"
han xu's avatar
页面UI 调整
5298ab57
 
han xu committed a year ago
530
                                android:layout_marginTop="10dp"
mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
531
                                android:text="0"
luofan's avatar
提交代码
87e8465e
 
luofan committed 2 years ago
532
                                android:textColor="@color/cl_order_item_date" />
mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
533
                        </LinearLayout>
luofan's avatar
提交代码
87e8465e
 
luofan committed 2 years ago
534
                    </LinearLayout>
luofan's avatar
v2.7.6我的页面更改
8a53191d
 
luofan committed 4 years ago
535

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

mReturn's avatar
V2.5.5
81caa6a4
 
mReturn committed 4 years ago
537
                    <LinearLayout
mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
538
                        style="@style/ll_user_bottom"
luofan's avatar
最新代码提交
a7a59a7f
 
luofan committed 2 years ago
539 540
                        android:layout_marginTop="10dp"
                        android:visibility="gone">
mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571

                        <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
572
                    </LinearLayout>
mReturn's avatar
工单优化
0bf5ccfd
 
mReturn committed 5 years ago
573

mReturn's avatar
V2.5.5
81caa6a4
 
mReturn committed 4 years ago
574
                    <LinearLayout
mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
575
                        style="@style/ll_user_bottom"
han xu's avatar
页面UI 调整
5298ab57
 
han xu committed a year ago
576
                        android:layout_marginTop="1dp">
mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
577 578 579

                        <LinearLayout
                            style="@style/ll_user_bottom2"
luofan's avatar
286增加师傅转派功能
c189f36f
 
luofan committed 3 years ago
580 581
                            android:onClick="@{()->presenter.toCommonRecord(3)}"
                            android:visibility="gone">
mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
582 583 584 585 586 587 588 589 590 591 592 593 594 595 596

                            <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
597 598
                            android:onClick="@{()->presenter.toCommonRecord(4)}"
                            android:visibility="gone">
mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
599 600 601 602 603 604 605 606 607 608 609

                            <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
610 611 612
                    </LinearLayout>

                    <LinearLayout
mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
613
                        style="@style/ll_user_bottom"
han xu's avatar
页面UI 调整
5298ab57
 
han xu committed a year ago
614 615 616
                        android:layout_marginTop="1dp"
                        android:paddingTop="5dp"
                        android:layout_marginBottom="1dp">
mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
617 618 619 620 621 622 623 624 625 626 627 628

                        <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"
han xu's avatar
页面UI 调整
5298ab57
 
han xu committed a year ago
629
                                android:layout_marginTop="10dp"
mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
630 631 632 633 634 635 636
                                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
637

mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
638 639 640
                            <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
641

mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
642 643 644
                            <TextView
                                android:id="@+id/tv_licence"
                                style="@style/tv_user_bottom2"
han xu's avatar
页面UI 调整
5298ab57
 
han xu committed a year ago
645
                                android:layout_marginTop="10dp"
mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
646 647
                                android:text="0" />
                        </LinearLayout>
mReturn's avatar
user
c846a5f6
 
mReturn committed 5 years ago
648
                    </LinearLayout>
mReturn's avatar
V2.5.5
81caa6a4
 
mReturn committed 4 years ago
649

luofan's avatar
feat:学习模块增加,
9cea3504
 
luofan committed 3 years ago
650 651 652
                    <LinearLayout
                        style="@style/ll_user_bottom"
                        android:layout_marginTop="10dp"
wukun's avatar
0406
959f8c3f
 
wukun committed a year ago
653 654
                        android:layout_marginBottom="10dp"
                        android:visibility="gone">
luofan's avatar
feat:学习模块增加,
9cea3504
 
luofan committed 3 years ago
655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685

                        <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
686 687 688 689 690
                    <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
691 692
                        android:textSize="15sp"
                        android:visibility="gone" />
mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
693

wukun's avatar
1.androidx
831aeac7
 
wukun committed 2 years ago
694
                    <androidx.recyclerview.widget.RecyclerView
mReturn's avatar
v2.6.0
69d53b70
 
mReturn committed 4 years ago
695 696 697 698
                        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
699 700
                        android:focusableInTouchMode="false"
                        android:visibility="gone" />
mReturn's avatar
V2.5.5
81caa6a4
 
mReturn committed 4 years ago
701

luofan's avatar
3.0开发
908d2b53
 
luofan committed 2 years ago
702 703
                    <TextView
                        android:id="@+id/weChat"
han xu's avatar
页面UI 调整
5298ab57
 
han xu committed a year ago
704 705
                        android:layout_width="290dp"
                        android:layout_height="50dp"
wukun's avatar
0406
959f8c3f
 
wukun committed a year ago
706
                        android:background="@drawable/btn_blue_react_4"
luofan's avatar
3.0开发
908d2b53
 
luofan committed 2 years ago
707
                        android:gravity="center"
wukun's avatar
0406
959f8c3f
 
wukun committed a year ago
708 709 710
                        android:text="加入接单交流群"
                        android:textColor="@color/white"
                        android:textSize="18dp"
han xu's avatar
页面UI 调整
5298ab57
 
han xu committed a year ago
711
                        android:layout_marginTop="5dp"/>
luofan's avatar
提交代码
87e8465e
 
luofan committed 2 years ago
712

luofan's avatar
286增加师傅转派功能
c189f36f
 
luofan committed 3 years ago
713 714
                    <TextView
                        android:id="@+id/transmitServer"
han xu's avatar
页面UI 调整
5298ab57
 
han xu committed a year ago
715 716
                        android:layout_width="290dp"
                        android:layout_height="50dp"
luofan's avatar
286增加师傅转派功能
c189f36f
 
luofan committed 3 years ago
717
                        android:background="@drawable/btn_blue_react_4"
luofan's avatar
提交代码
87e8465e
 
luofan committed 2 years ago
718
                        android:gravity="center"
han xu's avatar
页面UI 调整
5298ab57
 
han xu committed a year ago
719
                        android:text="转发我的服务名片"
luofan's avatar
286增加师傅转派功能
c189f36f
 
luofan committed 3 years ago
720
                        android:textColor="@color/white"
wukun's avatar
0406
959f8c3f
 
wukun committed a year ago
721
                        android:textSize="18dp"
han xu's avatar
页面UI 调整
5298ab57
 
han xu committed a year ago
722
                        android:layout_marginTop="5dp"
wukun's avatar
0406
959f8c3f
 
wukun committed a year ago
723 724 725 726
                        />

                    <RelativeLayout
                        android:id="@+id/rl_start"
han xu's avatar
页面UI 调整
5298ab57
 
han xu committed a year ago
727 728 729
                        android:layout_width="290dp"
                        android:layout_height="50dp"
                        android:layout_marginTop="5dp"
wukun's avatar
0406
959f8c3f
 
wukun committed a year ago
730 731 732 733 734 735 736 737 738 739 740 741 742 743
                        android:background="@drawable/btn_green_react_4"
                        android:visibility="gone">

                        <TextView
                            android:layout_width="125dp"
                            android:layout_height="match_parent"
                            android:text="开始接单"
                            android:gravity="center"
                            android:textSize="18dp"
                            android:textColor="@color/green"
                            android:background="@drawable/btn_white_react_4"
                            android:layout_alignParentRight="true"/>

                    </RelativeLayout>
mReturn's avatar
V2.5.5
81caa6a4
 
mReturn committed 4 years ago
744

wukun's avatar
0325
aa1f19b1
 
wukun committed a year ago
745
                    <RelativeLayout
wukun's avatar
0406
959f8c3f
 
wukun committed a year ago
746
                        android:id="@+id/rl_stop"
han xu's avatar
页面UI 调整
5298ab57
 
han xu committed a year ago
747 748 749
                        android:layout_width="290dp"
                        android:layout_height="50dp"
                        android:layout_marginTop="5dp"
wukun's avatar
0406
959f8c3f
 
wukun committed a year ago
750 751 752 753 754 755 756 757 758 759 760 761 762 763
                        android:background="@drawable/btn_gray_react_4"
                        android:visibility="gone">

                        <TextView
                            android:layout_width="125dp"
                            android:layout_height="match_parent"
                            android:text="暂停接单"
                            android:gravity="center"
                            android:textSize="18dp"
                            android:textColor="@color/cl_order_text_title"
                            android:background="@drawable/btn_white_react_4_black"/>

                    </RelativeLayout>
                    <RelativeLayout
wukun's avatar
0325
aa1f19b1
 
wukun committed a year ago
764
                        android:id="@+id/receiveOrderRl"
han xu's avatar
页面UI 调整
5298ab57
 
han xu committed a year ago
765
                        android:layout_width="290dp"
wukun's avatar
0325
aa1f19b1
 
wukun committed a year ago
766 767
                        android:layout_height="54dp"
                        android:gravity="center"
wukun's avatar
0406
959f8c3f
 
wukun committed a year ago
768 769
                        android:background="@color/cl_white"
                        android:visibility="gone">
wukun's avatar
0325
aa1f19b1
 
wukun committed a year ago
770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790

                        <TextView
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:layout_centerVertical="true"
                            android:layout_marginLeft="13.3dp"
                            android:text="接单开关"
                            android:textColor="@color/cl_home_title_text_color"
                            android:textSize="14.7sp" />

                        <com.dayu.widgets.SwitchImage
                            android:id="@+id/receiveOrder"
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:layout_alignParentRight="true"
                            android:layout_centerVertical="true"
                            android:layout_marginRight="@dimen/dp_16.7"
                            android:src="@drawable/set_switch_start" />

                    </RelativeLayout>

luofan's avatar
286增加师傅转派功能
c189f36f
 
luofan committed 3 years ago
791
                    <TextView
luofan's avatar
feat:学习模块增加,
9cea3504
 
luofan committed 3 years ago
792
                        android:layout_width="00dp"
luofan's avatar
286增加师傅转派功能
c189f36f
 
luofan committed 3 years ago
793 794 795 796
                        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
797 798
                        android:gravity="center"
                        android:text="组队接单干活"
luofan's avatar
286增加师傅转派功能
c189f36f
 
luofan committed 3 years ago
799
                        android:textColor="@color/white"
luofan's avatar
提交代码
87e8465e
 
luofan committed 2 years ago
800 801
                        android:textSize="18dp"
                        android:visibility="gone" />
mReturn's avatar
user
c03ca250
 
mReturn committed 5 years ago
802
                </LinearLayout>
wukun's avatar
1.androidx
831aeac7
 
wukun committed 2 years ago
803
            </androidx.core.widget.NestedScrollView>
mReturn's avatar
fix
b4d6d947
 
mReturn committed 5 years ago
804
        </com.scwang.smartrefresh.layout.SmartRefreshLayout>
mReturn's avatar
微信号复制功能
08ab87f5
 
mReturn committed 5 years ago
805

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