ev_notify_layout.xml 1.36 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="400dp"
    android:orientation="vertical">


    <RelativeLayout
        android:layout_width="match_parent"
        android:layout_height="270dp"
        android:background="@android:color/white">

        <LinearLayout
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:gravity="center_horizontal">

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

        </LinearLayout>

    </RelativeLayout>

    <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>