nut_fragment_web.xml 951 字节
<?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="match_parent"
    android:orientation="vertical">

    <include layout="@layout/nut_view_title_default" />

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

        <com.nut.android.sdk.view.web.WebViewWithProgress
            android:id="@+id/nutWeb"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:background="@android:color/transparent"
            android:focusable="true"
            android:focusableInTouchMode="true" />

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