browser_fragment.xml 1.08 KB
<?xml version="1.0" encoding="utf-8"?>
<com.studymachine.www.widget.StatusLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:tools="http://schemas.android.com/tools"
    android:id="@+id/hl_browser_hint"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    tools:context="com.studymachine.www.ui.fragment.BrowserFragment">

    <com.scwang.smart.refresh.layout.SmartRefreshLayout
        android:id="@+id/sl_browser_refresh"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        app:srlEnableHeaderTranslationContent="false"
        app:srlEnableLoadMore="false"
        app:srlEnablePreviewInEditMode="false"
        app:srlPrimaryColor="#444444">

        <com.studymachine.www.widget.BrowserView
            android:id="@+id/wv_browser_view"
            android:layout_width="match_parent"
            android:layout_height="match_parent" />

    </com.scwang.smart.refresh.layout.SmartRefreshLayout>

</com.studymachine.www.widget.StatusLayout>