wan_activity_weixin_h5pay.xml 857 字节
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@android:color/white"
    android:fitsSystemWindows="true">

    <WebView
        android:id="@+id/activity_weixin_h5pay_webview"
        android:layout_width="match_parent"
        android:layout_height="match_parent" />

    <ProgressBar
        android:id="@+id/activity_h5pay_progressbar"
        style="?android:attr/progressBarStyleHorizontal"
        android:layout_width="match_parent"
        android:layout_height="@dimen/px_5"
        android:indeterminateOnly="false"
        android:max="100"
        android:progressDrawable="@drawable/wan_extensionbar_content_progressbar"
        android:visibility="gone" />

</FrameLayout>