2008-10-16 05:24:39 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:orientation="vertical"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent"
|
|
|
|
>
|
|
|
|
<WebView android:id="@+id/appView"
|
2009-11-04 03:09:45 +08:00
|
|
|
android:layout_height="fill_parent"
|
2008-10-16 05:24:39 +08:00
|
|
|
android:layout_width="fill_parent"
|
|
|
|
/>
|
|
|
|
</LinearLayout>
|