14 lines
546 B
XML
14 lines
546 B
XML
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
xmlns:android1="http://schemas.android.com/apk/res/android"
|
|
android1:id="@+id/infoLayout"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
tools:context=".MainActivity" >
|
|
|
|
<WebView
|
|
android1:id="@+id/webView1"
|
|
android1:layout_width="fill_parent"
|
|
android1:layout_height="fill_parent"
|
|
android1:layout_alignParentTop="true" />
|
|
</RelativeLayout> |