wn_notify_layout.xml 2.49 KB
<?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="450dp">


    <LinearLayout
        android:id="@+id/wn_layout"
        android:layout_width="match_parent"
        android:layout_height="344dp"
        android:layout_marginTop="60dp"
        android:background="@drawable/rect_wifi"
        android:orientation="vertical">

        <TextView
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_marginTop="44dp"
            android:gravity="center_horizontal"
            android:text="WIFI已连接,正在保护手机上网安全"
            android:textColor="#000000" />

        <ImageView
            android:layout_width="290dp"
            android:layout_height="1dp"
            android:layout_gravity="center_horizontal"
            android:layout_marginTop="18dp"
            android:background="#EEEEEE" />

        <ImageView
            android:layout_width="290dp"
            android:layout_height="1dp"
            android:layout_gravity="center_horizontal"
            android:background="#EEEEEE" />

        <RelativeLayout
            android:layout_width="match_parent"
            android:layout_height="232dp">

            <include layout="@layout/a_big_layout"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_centerHorizontal="true"
                android:layout_marginTop="20dp"/>

        </RelativeLayout>


    </LinearLayout>

    <RelativeLayout
        android:id="@+id/delete_icon"
        android:layout_width="match_parent"
        android:layout_height="45dp"
        android:layout_alignParentBottom="true">
        <ImageView
            android:id="@+id/close"
            android:layout_width="12dp"
            android:layout_height="12dp"
            android:layout_centerHorizontal="true"
            android:layout_centerInParent="true"
            android:background="@drawable/chahao">

        </ImageView>

    </RelativeLayout>

    <RelativeLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content">

        <ImageView
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_centerHorizontal="true"
            android:background="@drawable/duihao" />

    </RelativeLayout>

</RelativeLayout>