lmw
2023-05-12 3408b10a3466f2db3f81e5c484142e3c180d36ac
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
<?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:layout_height="match_parent">
 
 
    <LinearLayout
        android:layout_width="match_parent"
        android:background="@color/white"
        android:visibility="gone"
        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_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"/>
 
 
    <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>
 
</LinearLayout>