un_notify_layout.xml 2.59 KB
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="320dp"
    android:layout_height="420dp"
    android:orientation="vertical">


    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:gravity="center_horizontal"
        android:background="@android:color/white"
        android:orientation="vertical">
        <!--<RelativeLayout-->
            <!--android:layout_width="match_parent"-->
            <!--android:layout_height="106dp">-->
            <!--<include layout="@layout/a_small_layout"/>-->
        <!--</RelativeLayout>-->
        <!--<ImageView-->
            <!--android:layout_width="290dp"-->
            <!--android:layout_height="1dp"-->
            <!--android:background="#EEEEEE"-->
            <!--android:layout_marginTop="15dp"/>-->

        <ImageView
            android:layout_marginTop="20dp"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:background="@drawable/lingdang" />

        <TextView
            android:layout_marginTop="9dp"
            android:id="@+id/times_watch"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:gravity="center_horizontal"
            android:text="今天第1次看手机" />

        <TextView
            android:layout_marginTop="9dp"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:gravity="center_horizontal"
            android:text="少看看手机,多陪陪家人" />

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





    </LinearLayout>

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

        </ImageView>

    </RelativeLayout>
</LinearLayout>