first commit

This commit is contained in:
2020-09-28 19:54:36 +02:00
commit 3aaecabd4a
122 changed files with 2184 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
<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>