client_Hale
2019-01-10 58c28e935487d44ef2e49c7390dcbf34ca213fdc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/webView_bg"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@color/ipay_transparent"
    android:orientation="vertical">
 
    <include
        android:id="@+id/iapppay_ui_title_bar"
        layout="@layout/ipay_ui_title_bar_normal" />
 
    <FrameLayout
        android:id="@+id/fl_webView"
        android:layout_width="match_parent"
        android:layout_height="match_parent" />
 
</LinearLayout>