qiezi_pay_view.xml
961 字节
<?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">
<RelativeLayout
android:id="@+id/relativeLayout"
android:layout_width="match_parent"
android:layout_height="70dp"
android:background="#0099cc">
<ImageView
android:id="@+id/gz_iv_back"
android:clickable="true"
android:layout_width="45dp"
android:layout_height="match_parent"
android:layout_marginTop="20dp"
android:padding="10dp"
android:src="@drawable/qiezi_close" />
</RelativeLayout>
<WebView
android:id="@+id/bg_webview"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_below="@id/relativeLayout" />
</RelativeLayout>