Skip to content

Instantly share code, notes, and snippets.

@shaobin0604
Created December 8, 2009 07:55
Show Gist options
  • Select an option

  • Save shaobin0604/251502 to your computer and use it in GitHub Desktop.

Select an option

Save shaobin0604/251502 to your computer and use it in GitHub Desktop.
<?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/webview_1"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_weight="1.0"/>
<WebView
android:id="@+id/webview_2"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_weight="1.0"/>
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment