blob: 80ec18a50f678cac2dda51021d98d75b50c5b4ac [file] [log] [blame]
jerrym56d490c2013-01-27 06:53:20 +00001<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
2 xmlns:tools="http://schemas.android.com/tools"
3 android:layout_width="match_parent"
4 android:layout_height="match_parent"
5 tools:context=".MainActivity" >
6
7 <WebView
8 android:id="@+id/webView"
9 android:layout_width="match_parent"
10 android:layout_height="match_parent"
11 android:layout_alignParentLeft="true"
12 android:layout_alignParentTop="true" />
13
14</RelativeLayout>