wkysdk_customer_service_fragment.xml
4.4 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
<?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="@drawable/wkysdk_customer_service_bg"
android:orientation="horizontal"
android:paddingLeft="@dimen/wkysdk_dp16"
android:paddingRight="@dimen/wkysdk_dp16">
<RelativeLayout
android:id="@+id/wkysdk_qrcode_rl"
android:layout_width="150dp"
android:layout_height="180dp"
android:layout_marginTop="@dimen/wkysdk_dp20"
android:background="@drawable/wkysdk_qr_code_bg">
<ImageView
android:id="@+id/wkysdk_qr_code_iv"
android:layout_width="110dp"
android:layout_height="110dp"
android:layout_centerHorizontal="true"
android:layout_marginTop="@dimen/wkysdk_dp12" />
<RelativeLayout
android:id="@+id/wkysdk_save_qr_code_rl"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_marginTop="@dimen/wkysdk_dp12"
android:layout_below="@+id/wkysdk_qr_code_iv">
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/wkysdk_add_customer_service" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:textSize="@dimen/wkysdk_sp12"
android:textColor="@color/wkysdk_white"
android:text="保存图片 添加客服"/>
</RelativeLayout>
</RelativeLayout>
<RelativeLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_toRightOf="@+id/wkysdk_qrcode_rl"
android:layout_marginLeft="@dimen/wkysdk_dp18"
android:layout_marginBottom="@dimen/wkysdk_dp20"
android:layout_marginTop="@dimen/wkysdk_dp34">
<TextView
android:id="@+id/wkysdk_get_gift"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="@dimen/wkysdk_sp18"
android:textColor="#9D795D"
android:textStyle="bold"
android:text="进游即可领取5000充值礼包\n 每日签到还可领取1000充值"/>
<RelativeLayout
android:id="@+id/wkysdk_get_gift_rl"
android:layout_below="@+id/wkysdk_get_gift"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/wkysdk_dp6"
android:layout_centerHorizontal="true">
<TextView
android:id="@+id/wkysdk_add_service"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="扫码添加客服 "
android:textSize="@dimen/wkysdk_sp18"
android:textColor="#9D795D"
android:textStyle="bold" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text=" 免费领取"
android:layout_toRightOf="@+id/wkysdk_add_service"
android:textSize="@dimen/wkysdk_sp18"
android:textColor="#FFB630"
android:textStyle="bold" />
</RelativeLayout>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="@dimen/wkysdk_sp12"
android:textColor="#9D795D"
android:layout_marginTop="@dimen/wkysdk_dp34"
android:layout_below="@+id/wkysdk_get_gift_rl"
android:text="保存二维码后,请前往微信扫一扫添加VIP客服"/>
</RelativeLayout>
<ImageView
android:id="@+id/wkysdk_close_iv"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_marginTop="@dimen/wkysdk_dp14"
android:background="@drawable/wkysdk_customer_service_close"/>
</RelativeLayout>