popup_jl.xml 2.2 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:background="#FFFFFF"
    android:orientation="vertical">

    <RelativeLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:background="@drawable/shape_solid_10_10_fff"
        android:orientation="vertical">

        <LinearLayout

            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:orientation="vertical">

            <TextView
                android:id="@+id/jl_zf"
                android:layout_width="match_parent"
                android:layout_height="@dimen/dp_50"
                android:gravity="center"
                android:text="转发"
                android:textColor="#06121E"
                android:textSize="@dimen/dp_15"></TextView>

            <View
                android:layout_width="wrap_content"
                android:layout_height="1dp"
                android:layout_marginLeft="@dimen/dp_28"
                android:layout_marginRight="@dimen/dp_28"
                android:background="#EBEBEB"></View>

            <TextView
                android:id="@+id/jl_ch"
                android:layout_width="match_parent"
                android:layout_height="@dimen/dp_50"
                android:gravity="center"
                android:text="撤回"
                android:textColor="#06121E"
                android:textSize="@dimen/dp_15"></TextView>

            <View
                android:layout_width="wrap_content"
                android:layout_height="3dp"
                android:background="#EBEBEB"></View>

            <TextView
                android:id="@+id/jl_qx"
                android:layout_width="match_parent"
                android:layout_height="@dimen/dp_50"
                android:gravity="center"
                android:text="取消"
                android:textColor="#06121E"
                android:textSize="@dimen/dp_15"></TextView>
        </LinearLayout>

    </RelativeLayout>
</LinearLayout>