qcfx_reminder_tip.xml
1.9 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
<?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">
<LinearLayout
android:orientation="vertical"
android:background="@drawable/qcfx_shape_reminder_tip_radius"
android:layout_width="@dimen/qcfx_dp_310"
android:layout_height="@dimen/qcfx_dp_210">
<TextView
android:text="温馨提示"
android:textStyle="bold"
android:textColor="#FFFFFF"
android:layout_gravity="center_horizontal"
android:layout_marginTop="@dimen/qcfx_dp_24"
android:textSize="@dimen/qcfx_sp_18"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
<TextView
android:text="检测到您的身份属于未成年,抱歉我方暂不为未成年人提供游戏服务。感谢您的支持。"
android:textColor="#FFFFFF"
android:textSize="@dimen/qcfx_sp_14"
android:layout_marginStart="@dimen/qcfx_dp_28"
android:layout_marginEnd="@dimen/qcfx_dp_28"
android:layout_marginTop="@dimen/qcfx_dp_13"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
<TextView
android:layout_width="match_parent"
android:layout_marginStart="@dimen/qcfx_dp_28"
android:text="退出游戏"
android:textColor="#FFFFFF"
android:textSize="@dimen/qcfx_sp_16"
android:gravity="center"
android:background="@drawable/qcfx_shape_reminder_tip_button"
android:layout_marginEnd="@dimen/qcfx_dp_28"
android:layout_marginTop="@dimen/qcfx_dp_22"
android:layout_height="@dimen/qcfx_dp_40"/>
</LinearLayout>
</LinearLayout>