hch
2025-04-29 352babe80b284339d9b5cc6739fe9ce723c61a39
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?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>