Files
DMT-Android-App/res/layout/info.xml
T
2020-09-28 19:54:36 +02:00

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>