lmw
2024-09-23 f23be5d1086538d541281b84d8b093f95c545c47
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
    xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent"
    android:orientation="vertical"
    android:background="@drawable/bg_gray_4"
    android:layout_height="match_parent">
 
 
    <LinearLayout
        android:layout_width="match_parent"
        android:background="@color/white"
        android:layout_height="50dp"
        android:visibility="gone"
        android:orientation="horizontal">
 
        <TextView
            android:layout_width="wrap_content"
            android:layout_height="50dp"
            android:gravity="center_vertical"
            android:paddingStart="14dp"
            android:background="@color/white"
            android:paddingEnd="14dp"
            android:text="车队客服电话"
            android:textColor="#ff333333"
            android:textSize="14sp"
            />
 
        <include layout="@layout/include_weight_width"/>
 
        <TextView
            android:id="@+id/tv_phone_one"
            android:layout_width="wrap_content"
            android:layout_height="50dp"
            android:gravity="center_vertical"
            android:paddingStart="14dp"
            android:background="@color/white"
            android:drawablePadding="@dimen/dp_10"
            android:paddingEnd="14dp"
            android:textStyle="bold"
            android:text=""
            android:textColor="#ff333333"
            android:textSize="14sp"
            />
 
 
    </LinearLayout>
 
    <include layout="@layout/include_line_14"
        android:visibility="gone"/>
 
 
    <LinearLayout
        android:layout_width="match_parent"
        android:background="@color/white"
        android:layout_height="50dp"
        android:orientation="horizontal">
 
        <TextView
            android:layout_width="wrap_content"
            android:layout_height="50dp"
            android:gravity="center_vertical"
            android:paddingStart="14dp"
            android:background="@color/white"
            android:paddingEnd="14dp"
            android:text="分公司客服电话"
            android:textColor="#ff333333"
            android:textSize="14sp"
            />
 
        <include layout="@layout/include_weight_width"/>
 
        <TextView
            android:id="@+id/tv_phone_two"
            android:layout_width="wrap_content"
            android:layout_height="50dp"
            android:gravity="center_vertical"
            android:paddingStart="14dp"
            android:background="@color/white"
            android:drawablePadding="@dimen/dp_10"
            android:paddingEnd="14dp"
            android:textStyle="bold"
            android:text=""
            android:textColor="#ff333333"
            android:textSize="14sp"
            />
 
 
    </LinearLayout>
 
    <include layout="@layout/include_line_14"/>
 
    <LinearLayout
        android:layout_width="match_parent"
        android:background="@color/white"
        android:layout_height="50dp"
        android:orientation="horizontal">
 
        <TextView
            android:layout_width="wrap_content"
            android:layout_height="50dp"
            android:gravity="center_vertical"
            android:paddingStart="14dp"
            android:background="@color/white"
            android:paddingEnd="14dp"
            android:text="平台客服电话"
            android:textColor="#ff333333"
            android:textSize="14sp"
            />
 
        <include layout="@layout/include_weight_width"/>
 
        <TextView
            android:id="@+id/tv_phone_three"
            android:layout_width="wrap_content"
            android:layout_height="50dp"
            android:gravity="center_vertical"
            android:paddingStart="14dp"
            android:background="@color/white"
            android:drawablePadding="@dimen/dp_10"
            android:paddingEnd="14dp"
            android:textStyle="bold"
            android:text=""
            android:textColor="#ff333333"
            android:textSize="14sp" />
 
    </LinearLayout>
    <RelativeLayout
        android:layout_width="match_parent"
        android:layout_height="match_parent">
        <LinearLayout
            android:layout_width="265dp"
            android:orientation="vertical"
            android:background="@drawable/bg_white_6"
            android:layout_centerInParent="true"
            android:layout_height="wrap_content">
            <ImageView
                android:layout_width="224dp"
                android:layout_height="224dp"
                android:layout_marginTop="15dp"
                android:layout_marginStart="20dp"
                android:id="@+id/iv_code"/>
            <TextView
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_marginTop="11dp"
                android:layout_marginBottom="9dp"
                android:layout_gravity="center"
                android:textColor="@color/textColor66"
                android:textSize="15sp"
                android:text="扫描二维码,添加客服微信"/>
        </LinearLayout>
    </RelativeLayout>
</LinearLayout>