<?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:gravity="center"
|
android:background="@null"
|
>
|
|
|
<LinearLayout
|
android:id="@+id/tab"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:layout_gravity="bottom"
|
android:background="@color/bjskres_bg_sdk"
|
android:gravity="center"
|
android:orientation="horizontal"
|
android:padding="5dip"
|
android:layout_alignParentBottom="true"
|
|
>
|
|
<ImageView android:id="@+id/playwww_help"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:src="@drawable/bjskres_web_help"
|
android:gravity="center"
|
android:layout_weight="1"
|
android:visibility="gone"
|
/>
|
<ImageView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:src="@drawable/bjskres_web_pre"
|
android:gravity="center"
|
android:layout_weight="1"
|
android:visibility="gone"
|
/>
|
<ImageView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:src="@drawable/bjskres_web_next"
|
android:gravity="center"
|
android:layout_weight="1"
|
android:visibility="gone"
|
/>
|
|
<ImageView android:id="@+id/playwww_refresh"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:src="@drawable/bjskres_web_refresh"
|
android:gravity="center"
|
android:layout_weight="1"
|
/>
|
<ImageView android:id="@+id/playwww_close"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:src="@drawable/bjskres_web_close"
|
android:gravity="center"
|
android:layout_weight="1"
|
|
/>
|
</LinearLayout>
|
|
|
<LinearLayout
|
android:id="@+id/tabRight"
|
android:layout_width="wrap_content"
|
android:layout_height="match_parent"
|
android:layout_gravity="right"
|
android:background="@color/bjskres_bg_sdk"
|
android:gravity="center"
|
android:orientation="vertical"
|
android:padding="5dip"
|
android:layout_alignParentEnd="true"
|
>
|
|
<ImageView android:id="@+id/playwww_help_right"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:src="@drawable/bjskres_web_help"
|
android:gravity="center"
|
android:layout_weight="1"
|
android:visibility="gone"
|
/>
|
<ImageView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:src="@drawable/bjskres_web_pre"
|
android:gravity="center"
|
android:layout_weight="1"
|
android:visibility="gone"
|
/>
|
<ImageView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:src="@drawable/bjskres_web_next"
|
android:gravity="center"
|
android:layout_weight="1"
|
android:visibility="gone"
|
/>
|
|
<ImageView android:id="@+id/playwww_refresh_right"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:src="@drawable/bjskres_web_refresh"
|
android:gravity="center"
|
android:layout_weight="1"
|
/>
|
<ImageView android:id="@+id/playwww_close_right"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:src="@drawable/bjskres_web_close"
|
android:gravity="center"
|
android:layout_weight="1"
|
|
/>
|
</LinearLayout>
|
|
<com.bjsk.sdk.framework.web.webview.WebViewBase
|
android:id="@+id/content"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:background="@null"
|
android:layout_alignParentTop="true"
|
android:layout_above="@+id/tab"
|
/>
|
|
|
</RelativeLayout>
|