1 <?xml version="1.0" encoding="UTF-8"?>
2 <AbsoluteLayout android:orientation="vertical"
3 android:id="@+id/tab1" android:layout_width="fill_parent"
4 android:layout_height="fill_parent" xmlns:android="http://schemas.android.com/apk/res/android">
5 <WebView android:id="@+id/wv" android:layout_width="fill_parent"
6 android:layout_height="fill_parent" android:layout_x="0.0dip"
7 android:layout_y="0.0dip" android:layout_weight="1.0" />