<?xml version="1.0" encoding="UTF-8" ?>
|
<LinearLayout
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:background="#FFFFFF"
|
android:orientation="vertical">
|
|
<LinearLayout
|
android:layout_width="80dp"
|
android:id="@+id/webview_back_ll"
|
android:background="#FFFFFF"
|
android:orientation="vertical"
|
android:layout_height="44dp">
|
|
<ImageView
|
android:layout_width="12dp"
|
android:layout_height="20dp"
|
android:layout_marginLeft="20dp"
|
android:layout_marginTop="11dp"
|
android:id="@+id/webview_back_img"
|
android:background="@drawable/back_icon"/>
|
|
|
</LinearLayout>
|
<android.webkit.WebView
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:id="@+id/webView1"
|
android:background="#ffffff"/>
|
|
</LinearLayout>
|