liugl
2021-01-19 36bc30bdfea6e604a517267e9cabe57b51c322ea
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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@color/transparent">
 
    <LinearLayout
        android:layout_width="716dp"
        android:layout_height="wrap_content"
        android:layout_centerInParent="true"
        android:orientation="vertical">
 
        <RelativeLayout
            android:id="@+id/rl_top_back"
            android:layout_width="match_parent"
            android:layout_height="140dp"
            android:background="@color/green_154c49">
 
            <TextView
                android:id="@+id/tv_title"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_centerHorizontal="true"
                android:layout_marginTop="38dp"
                android:text="距您约1.5公里"
                android:textColor="@color/yellow_ffa72d"
                android:textSize="60sp" />
 
            <TextView
                android:id="@+id/tv_car_type"
                android:layout_width="65dp"
                android:layout_height="18dp"
                android:layout_below="@+id/tv_title"
                android:layout_alignStart="@+id/tv_title"
                android:layout_marginTop="3dp"
                android:text="出租车订单"
                android:textColor="#ffffffff"
                android:textSize="13sp"
                android:visibility="gone" />
 
            <TextView
                android:id="@+id/tv_reassign"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_below="@+id/tv_title"
                android:layout_marginStart="7dp"
                android:layout_marginTop="2dp"
                android:layout_toRightOf="@+id/tv_car_type"
                android:background="@drawable/bg_white_round_2"
                android:paddingStart="10dp"
                android:paddingTop="2dp"
                android:paddingEnd="10dp"
                android:paddingBottom="2dp"
                android:text="改派"
                android:textColor="#fffd943a"
                android:textSize="11sp"
                android:visibility="gone" />
 
        </RelativeLayout>
 
        <RelativeLayout
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:background="#154C49">
 
            <View
                android:id="@+id/view_line_14"
                android:layout_width="match_parent"
                android:layout_height="1dp"
                android:layout_marginLeft="48dp"
                android:layout_marginRight="48dp"
                android:alpha="0.7"
                android:background="#979797" />
 
        </RelativeLayout>
 
 
        <LinearLayout
            android:id="@+id/ll_order_top"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:background="#154C49"
            android:orientation="vertical"
            android:paddingStart="33dp"
            android:paddingTop="15dp">
 
            <TextView
                android:id="@+id/tv_time"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_marginTop="6dp"
                android:drawablePadding="5dp"
                android:layout_marginBottom="6dp"
                android:drawableStart="@mipmap/icon_time_xiao"
                android:text="4月3日 14:00"
                android:textColor="@color/write"
                android:textSize="32sp"
                android:textStyle="bold" />
 
            <TextView
                android:id="@+id/tv_start"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_marginTop="6dp"
                android:layout_marginBottom="6dp"
                android:drawableStart="@drawable/bg_point_main_color_slab"
                android:drawablePadding="5dp"
                android:text="柳州市政府"
                android:textColor="@color/write"
                android:textSize="32sp"
                android:textStyle="bold" />
 
            <TextView
                android:id="@+id/tv_end"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_marginTop="6dp"
                android:layout_marginBottom="6dp"
                android:drawableStart="@drawable/bg_point_main_color_black_slab"
                android:drawablePadding="5dp"
                android:text="柳州客运中心"
                android:textColor="@color/write"
                android:textSize="32sp"
                android:textStyle="bold" />
 
            <TextView
                android:id="@+id/tv_money"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_marginTop="3dp"
                android:layout_marginStart="2dp"
                android:layout_marginBottom="17dp"
                android:drawableStart="@mipmap/hongbao_xiao"
                android:drawablePadding="10dp"
                android:text="8元小费"
                android:textColor="@color/write"
                android:textSize="32sp"
                android:textStyle="bold" />
 
 
        </LinearLayout>
 
        <LinearLayout
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_marginTop="17dp"
            android:orientation="horizontal">
 
            <TextView
                android:id="@+id/tv_close"
                android:layout_width="260dp"
                android:layout_height="68dp"
                android:layout_marginStart="50dp"
                android:background="@drawable/car_get_close_slab"
                android:gravity="center"
                android:paddingTop="8dp"
                android:paddingBottom="8dp"
                android:text="关闭"
                android:textColor="#fff28006"
                android:textSize="40sp" />
 
            <include layout="@layout/include_weight_width" />
 
            <TextView
                android:id="@+id/tv_sure"
                android:layout_width="260dp"
                android:layout_height="68dp"
                android:layout_marginEnd="50dp"
                android:background="@drawable/car_get_start_slab"
                android:gravity="center"
                android:paddingTop="8dp"
                android:paddingBottom="8dp"
                android:text="抢单30s"
                android:textColor="@color/white"
                android:textSize="40sp" />
 
        </LinearLayout>
 
    </LinearLayout>
 
</RelativeLayout>