dialog_homemine_jiedanstatu.xml
6.21 KB
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
<?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="wrap_content"
android:orientation="vertical">
<View
android:id="@+id/view_bg"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#77555555"></View>
<LinearLayout
android:id="@+id/ll_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:layout_marginLeft="16dp"
android:layout_marginRight="16dp"
android:background="@drawable/shape_round6dp_ffffff"
android:gravity="center"
android:orientation="vertical"
android:paddingLeft="16dp"
android:paddingRight="16dp">
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="45dp"
android:gravity="center_vertical"
android:orientation="horizontal">
<ImageView
android:id="@+id/iv_close"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:paddingBottom="10dp"
android:paddingRight="10dp"
android:paddingTop="10dp"
android:src="@drawable/ico_login_close" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:text="接单状态"
android:textColor="#ff333333"
android:textSize="16sp"
android:textStyle="bold" />
<TextView
android:id="@+id/tv_submit"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:gravity="center"
android:text="确定"
android:textColor="#ff333333"
android:textSize="16sp" />
</RelativeLayout>
<LinearLayout
android:id="@+id/ll_kejiedan"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:background="@drawable/shape_round6dp_1bb934"
android:orientation="vertical"
android:paddingBottom="20dp"
android:paddingLeft="16dp"
android:paddingRight="22dp"
android:paddingTop="20dp">
<TextView
android:id="@+id/tv_kejiedan"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="可接单"
android:textColor="#ffffffff"
android:textSize="18sp"
android:textStyle="bold" />
<TextView
android:id="@+id/tv_kejiedan_str"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="14dp"
android:text="当前空闲,可正常接单,将接收抢单和派单消息,连续6小时未使用App将自动变为暂不接单状态。"
android:textColor="#ffffffff"
android:textSize="12sp" />
</LinearLayout>
<LinearLayout
android:id="@+id/ll_zanbujiedan"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:background="@drawable/shape_round6dp_1bb934"
android:orientation="vertical"
android:paddingBottom="20dp"
android:paddingLeft="16dp"
android:paddingRight="22dp"
android:paddingTop="20dp">
<TextView
android:id="@+id/tv_zanbujiedan"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="暂不接单"
android:textColor="#ffffffff"
android:textSize="18sp"
android:textStyle="bold" />
<TextView
android:id="@+id/tv_zanbujiedan_str"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="14dp"
android:text="降低在平台的曝光,无法接收抢单和派单通知,连续6小时未使用APP将自动变为暂不接单状态。"
android:textColor="#ffffffff"
android:textSize="12sp" />
</LinearLayout>
<LinearLayout
android:id="@+id/ll_peilianzhong"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="20dp"
android:layout_marginTop="10dp"
android:background="@drawable/shape_round6dp_1bb934"
android:orientation="vertical"
android:paddingBottom="20dp"
android:paddingLeft="16dp"
android:paddingRight="22dp"
android:paddingTop="20dp">
<TextView
android:id="@+id/tv_peilianzhong"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="陪练中"
android:textColor="#ffffffff"
android:textSize="18sp"
android:textStyle="bold" />
<TextView
android:id="@+id/tv_peilianzhong_str"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="14dp"
android:text="开始服务后状态将自动变为陪练中,服务完成将自动恢复为可接单状态。"
android:textColor="#ffffffff"
android:textSize="12sp" />
</LinearLayout>
</LinearLayout>
</RelativeLayout>