mch_dialog_realname_exit.xml 1.5 KB
<?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="25sp"
            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="22sp"
            android:text="根据国家关于《防止未成年人沉迷网络游戏的通知》要求,由于你是未成年玩家,仅可在周五/周六/周日/法定节假日每日20时至21时登录游戏,请注意休息,即将自动退出游戏。"/>

    </LinearLayout>

</RelativeLayout>