<?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" >
|
<include
|
android:id="@+id/icl_top"
|
layout="@layout/ttw_cz_navigation" />
|
<View
|
android:id="@+id/charge_view"
|
android:layout_width="match_parent"
|
android:layout_height="2dip"
|
android:background="#CECBCE"
|
android:layout_below="@id/icl_top"
|
/>
|
<WebView
|
android:id="@+id/wv_content"
|
android:layout_width="fill_parent"
|
android:layout_height="fill_parent"
|
android:layout_below="@id/charge_view"
|
/>
|
</RelativeLayout>
|