nut_fragment_web_pay.xml 1.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"
    android:orientation="vertical">

    <com.nut.android.sdk.view.layout.RectFrameLayout
        android:layout_width="match_parent"
        android:layout_height="match_parent">

        <com.nut.android.sdk.view.loadWait.WhiteLoadWaitView
            android:id="@+id/nutLoadWaitContent"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:background="@color/nut_color_white">

            <com.nut.android.sdk.view.web.WebViewWithProgress
                android:id="@+id/nutWebCommon"
                android:layout_width="match_parent"
                android:layout_height="match_parent" />

        </com.nut.android.sdk.view.loadWait.WhiteLoadWaitView>

    </com.nut.android.sdk.view.layout.RectFrameLayout>

    <TextView
        android:id="@+id/nutBtnClose"
        android:layout_width="50dp"
        android:layout_height="50dp"
        android:layout_alignParentTop="true"
        android:layout_alignParentEnd="true"
        android:layout_alignParentRight="true"
        android:gravity="center"
        android:text="关闭"
        android:textColor="@color/nut_color_pay_wait"
        android:textSize="16sp" />

</RelativeLayout>