jerrym | 56d490c | 2013-01-27 06:53:20 +0000 | [diff] [blame] | 1 | <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> |