mch_dialog_realname_exit.xml
1.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
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/parentPanel"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:gravity="center">
<LinearLayout
android:layout_width="390dp"
android:layout_height="300dp"
android:orientation="vertical"
android:paddingBottom="5dp"
android:paddingTop="25dp"
android:background="@drawable/mch_bg_realname"
android:gravity="center_horizontal">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="5dp"
android:textColor="#333333"
android:textSize="25dp"
android:text="防沉迷提示"
android:textStyle="bold"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="37dp"
android:layout_marginEnd="37dp"
android:padding="5dp"
android:textColor="#333333"
android:textSize="22dp"
android:text="根据国家关于《防止未成年人沉迷网络游戏的通知》要求,由于你是未成年玩家,仅可在周五/周六/周日/法定节假日每日20时至21时登录游戏,请注意休息,即将自动退出游戏。"/>
</LinearLayout>
</RelativeLayout>