mch_dialog_logout.xml 2.4 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="match_parent"

    xmlns:roundiv="http://schemas.android.com/apk/res-auto">

    <RelativeLayout
        android:layout_width="303dp"
        android:layout_height="258dp"

        android:layout_centerInParent="true">
        <!--<com.mchsdk.paysdk.view.round.NiceImageView
            android:layout_width="match_parent"
            android:layout_height="200dp"
            android:id="@+id/img_icon"
            android:scaleType="fitXY"
            android:src="#e2e2e2"
            />-->
        <ImageView
            android:layout_width="match_parent"
            android:layout_height="200dp"
            android:scaleType="fitXY"
            android:id="@+id/img_icon"
            />
        <LinearLayout
            android:layout_width="match_parent"
            android:orientation="horizontal"
            android:background="@drawable/mch_btn_bai_yuan"
            android:layout_below="@id/img_icon"

            android:layout_height="match_parent">

            <Button
                android:id="@+id/btn_mc_fanhui"
                android:layout_width="90dp"
                android:layout_height="match_parent"
                android:layout_weight="1"
                android:gravity="center"
                android:text="取消"
                android:textSize="15sp"
                android:layout_marginTop="10dp"
                android:layout_marginBottom="10dp"
                android:layout_marginLeft="25dp"
                android:background="@drawable/button2"
                android:textColor="#ffcccccc"/>

            <Button
                android:id="@+id/btn_mc_likai"
                android:layout_width="90dp"
                android:layout_height="match_parent"
                android:layout_weight="1"
                android:gravity="center"
                android:layout_marginLeft="25dp"
                android:layout_marginBottom="10dp"
                android:layout_marginRight="22dp"
                android:layout_marginTop="10dp"
                android:background="@drawable/button1"
                android:text="确定退出"
                android:textSize="15sp"
                android:textColor="#ffffffff"/>
        </LinearLayout>
    </RelativeLayout>

</RelativeLayout>