<?xml version="1.0" encoding="utf-8"?>
<FrameLayout android:background="#ff111111" android:layout_width="fill_parent" android:layout_height="fill_parent"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <androidx.swiperefreshlayout.widget.SwipeRefreshLayout android:id="@id/swipeRefresh" android:layout_width="fill_parent" android:layout_height="fill_parent">
        <WebView android:id="@id/webView" android:layout_width="fill_parent" android:layout_height="fill_parent" />
    </androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
    <ProgressBar android:layout_gravity="top" android:id="@id/progressBar" android:layout_width="fill_parent" android:layout_height="3.0dip" android:max="100" android:progress="0" android:indeterminate="false" android:progressDrawable="@drawable/progress_bar" style="?android:progressBarStyleHorizontal" />
</FrameLayout>
