po_notify_layout.xml 2.67 KB
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:orientation="vertical">

    <RelativeLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content">
    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="450dp"
        android:background="@drawable/po_bk"
        android:layout_marginTop="45dp"
        android:orientation="vertical">
        <TextView
            android:id="@+id/phone_time"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_marginTop="56dp"
            android:gravity="center_horizontal"
            android:text="本次通话一分钟"
            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="290dp">

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

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



    <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/clock_po" />

    </RelativeLayout>
    </RelativeLayout>

</LinearLayout>