qcfx_update.xml
3.5 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
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:gravity="center"
android:layout_width="match_parent"
android:layout_height="match_parent">
<ImageView
android:layout_width="@dimen/qcfx_dp_310"
android:layout_height="@dimen/qcfx_dp_78"
android:background="@drawable/qcfx_ic_update" />
<LinearLayout
android:background="@drawable/qcfx_shape_update_radius"
android:orientation="vertical"
android:layout_width="@dimen/qcfx_dp_310"
android:layout_height="@dimen/qcfx_dp_238">
<LinearLayout
android:layout_marginStart="@dimen/qcfx_dp_30"
android:layout_marginTop="@dimen/qcfx_dp_10"
android:orientation="horizontal"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<TextView
android:text="版本更新"
android:textSize="@dimen/qcfx_sp_22"
android:textColor="#FF000000"
android:textStyle="bold"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
<TextView
android:layout_marginStart="@dimen/qcfx_dp_5"
android:text="V2.0"
android:textColor="#FF333333"
android:textSize="@dimen/qcfx_sp_16"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
</LinearLayout>
<TextView
android:layout_marginTop="@dimen/qcfx_dp_18"
android:layout_marginStart="@dimen/qcfx_dp_30"
android:layout_marginEnd="@dimen/qcfx_dp_30"
android:textColor="#FF333333"
android:textSize="@dimen/qcfx_sp_14"
android:text="1.优化了一些bug;\n2.新增功能登录注册,提升用户体验;\n3.在线客服支持语音和小视频,沟通更快
更加便捷。\n4.在线客服支持语音和小视频,沟通更我
快更便捷。"
android:layout_width="wrap_content"
android:layout_height="0dp"
android:layout_weight="1"/>
<LinearLayout
android:layout_marginBottom="@dimen/qcfx_dp_25"
android:orientation="horizontal"
android:paddingStart="@dimen/qcfx_dp_28"
android:layout_width="match_parent"
android:layout_height="@dimen/qcfx_dp_40">
<TextView
android:text="下次再说"
android:textColor="#666666"
android:textSize="@dimen/qcfx_sp_15"
android:gravity="center"
android:layout_marginEnd="@dimen/qcfx_dp_12"
android:background="@drawable/qcfx_shape_update_button_gray"
android:layout_width="0dp"
android:layout_weight="1"
android:layout_height="match_parent"/>
<TextView
android:text="立即更新"
android:textColor="#FFFFFF"
android:gravity="center"
android:textSize="@dimen/qcfx_sp_15"
android:layout_marginEnd="@dimen/qcfx_dp_27"
android:background="@drawable/qcfx_shape_update_button_light"
android:layout_width="0dp"
android:layout_weight="1"
android:layout_height="match_parent"/>
</LinearLayout>
</LinearLayout>
</LinearLayout>