hh_chat_tools_layout.xml
2.15 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
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical" android:layout_width="wrap_content"
android:background="@drawable/hh_av_tools_bg"
android:paddingStart="8dp"
android:paddingEnd="8dp"
android:layout_height="wrap_content">
<LinearLayout
android:layout_gravity="center_horizontal"
android:id="@+id/job_icon_layout"
style="@style/hp_video_menu_layout"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<ImageView
android:src="@drawable/hp_doctor_job_icon"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:contentDescription="@string/hh_sdk_image_name" />
<TextView
android:text="@string/hp_doctor_job_title"
style="@style/hp_video_menu_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</LinearLayout>
<LinearLayout
android:layout_gravity="center_horizontal"
android:id="@+id/flash_layout"
style="@style/hp_video_menu_layout"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<ImageView
android:id="@+id/open_result"
android:src="@drawable/hp_flash_close"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:contentDescription="@string/hh_sdk_image_name" />
<TextView
android:text="@string/hp_flash_title"
style="@style/hp_video_menu_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</LinearLayout>
<ImageView
android:id="@+id/close"
android:layout_marginTop="10dp"
android:src="@drawable/hp_avchat_tools_more_open"
android:layout_gravity="center_horizontal"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:contentDescription="@string/hh_sdk_image_name" />
</LinearLayout>