act_call_selector.xml
10.6 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
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
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
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@android:color/white"
android:fitsSystemWindows="true"
android:orientation="vertical">
<include layout="@layout/demo_toolbar" />
<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:focusableInTouchMode="true"
android:orientation="vertical"
android:paddingStart="10dp"
android:paddingTop="20dp"
android:paddingEnd="10dp"
android:paddingBottom="10dp">
<!-- <RelativeLayout-->
<!-- android:id="@+id/title_layout"-->
<!-- android:layout_width="match_parent"-->
<!-- android:layout_height="wrap_content">-->
<!-- <Button-->
<!-- android:id="@+id/back_btn"-->
<!-- style="@style/hh_btn_style"-->
<!-- android:layout_width="wrap_content"-->
<!-- android:layout_height="wrap_content"-->
<!-- android:contentDescription="@string/app_name"-->
<!-- android:text="@string/logout_button"-->
<!-- android:textSize="16sp" />-->
<!-- <TextView-->
<!-- android:id="@+id/title"-->
<!-- android:layout_width="wrap_content"-->
<!-- android:layout_height="wrap_content"-->
<!-- android:layout_centerHorizontal="true"-->
<!-- android:layout_centerVertical="true"-->
<!-- android:text="@string/hp_main_title"-->
<!-- android:textColor="@color/colorPrimary"-->
<!-- android:textSize="24sp" />-->
<!-- </RelativeLayout>-->
<TextView
android:id="@+id/is_in_develop"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="15dp"
android:text="@string/tip_is_in_develop"
android:textColor="@android:color/holo_red_dark" />
<LinearLayout
android:id="@+id/content"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginTop="30dp"
android:baselineAligned="false"
android:gravity="start"
android:orientation="vertical">
<!-- <Button-->
<!-- android:id="@+id/multi_video"-->
<!-- android:layout_width="wrap_content"-->
<!-- android:layout_height="wrap_content"-->
<!-- android:text="@string/hp_multi_video"-->
<!-- android:textColor="@color/colorPrimary"-->
<!-- android:textSize="20sp" />-->
<!-- <Button-->
<!-- android:id="@+id/child_btn"-->
<!-- android:layout_width="wrap_content"-->
<!-- android:layout_height="wrap_content"-->
<!-- android:layout_marginTop="@dimen/dp_10"-->
<!-- android:text="@string/call_child"-->
<!-- android:textColor="@color/colorPrimary"-->
<!-- android:textSize="20sp" />-->
<!-- <Button-->
<!-- android:id="@+id/all_btn"-->
<!-- android:layout_width="wrap_content"-->
<!-- android:layout_height="wrap_content"-->
<!-- android:layout_marginTop="@dimen/dp_10"-->
<!-- android:text="@string/call_adult"-->
<!-- android:textColor="@color/colorPrimary"-->
<!-- android:textSize="20sp" />-->
<!-- <Button-->
<!-- android:id="@+id/view_all"-->
<!-- android:layout_width="wrap_content"-->
<!-- android:layout_height="wrap_content"-->
<!-- android:layout_marginTop="@dimen/dp_10"-->
<!-- android:text="@string/hp_view_order_list_all"-->
<!-- android:textColor="@color/colorPrimary"-->
<!-- android:textSize="20sp" />-->
<!-- <Button-->
<!-- android:id="@+id/view_list"-->
<!-- android:layout_width="wrap_content"-->
<!-- android:layout_height="wrap_content"-->
<!-- android:layout_marginTop="@dimen/dp_10"-->
<!-- android:text="@string/hp_view_list"-->
<!-- android:textColor="@color/colorPrimary"-->
<!-- android:textSize="20sp" />-->
<!-- <LinearLayout-->
<!-- android:layout_width="match_parent"-->
<!-- android:layout_height="wrap_content"-->
<!-- android:orientation="horizontal">-->
<!-- <EditText-->
<!-- android:id="@+id/orderId"-->
<!-- android:layout_width="0dp"-->
<!-- android:layout_height="wrap_content"-->
<!-- android:layout_marginStart="15dp"-->
<!-- android:layout_weight="1"-->
<!-- android:hint="@string/hp_input_hint_order_id"-->
<!-- android:importantForAutofill="no"-->
<!-- android:inputType="text"-->
<!-- android:textSize="16sp" />-->
<!-- <Button-->
<!-- android:id="@+id/view_detail"-->
<!-- android:layout_width="wrap_content"-->
<!-- android:layout_height="wrap_content"-->
<!-- android:layout_marginTop="@dimen/dp_10"-->
<!-- android:layout_marginEnd="15dp"-->
<!-- android:text="@string/hp_view_detail"-->
<!-- android:textColor="@color/colorPrimary"-->
<!-- android:textSize="20sp" />-->
<!-- </LinearLayout>-->
<Button
android:id="@+id/message"
style="@style/demo_blue_button"
android:text="@string/hp_button_forward_message" />
<Button
android:id="@+id/call"
style="@style/demo_blue_button"
android:layout_marginTop="@dimen/dp_10"
android:text="@string/hp_button_select_call" />
<TextView
android:id="@+id/medicine_tips"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="start"
android:layout_marginStart="15dp"
android:layout_marginTop="15dp"
android:text="@string/hp_buy_medicine_tips"
android:textColor="@color/hp_notify_red" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_10">
<EditText
android:id="@+id/lng"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="10dp"
android:layout_marginEnd="15dp"
android:layout_weight="1"
android:autofillHints="userToken"
android:hint="@string/hp_hint_location_lng"
android:inputType="text"
android:text="@string/hh_location_lng"
android:textSize="12sp" />
<EditText
android:id="@+id/lat"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="10dp"
android:layout_marginEnd="15dp"
android:layout_weight="1"
android:autofillHints="userToken"
android:hint="@string/hp_hint_location_lat"
android:inputType="text"
android:text="@string/hh_location_lat"
android:textSize="12sp" />
<Button
android:id="@+id/set_location"
style="@style/demo_blue_button"
android:minHeight="0dp"
android:text="@string/hp_button_set_location" />
</LinearLayout>
<Button
android:id="@+id/view_list"
style="@style/demo_blue_button"
android:layout_marginTop="@dimen/dp_15"
android:text="@string/hp_view_list"
android:textAllCaps="false" />
</LinearLayout>
</LinearLayout>
</ScrollView>
</LinearLayout>