1
0
Fork 0

created app, add Intent-Filter for default main launcher

This commit is contained in:
Gottfried Mayer 2019-07-20 14:14:40 +02:00
parent 68b8951dd8
commit 7ca1328796
16 changed files with 360 additions and 2 deletions

View file

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="match_parent" android:layout_height="match_parent" android:minWidth="25px" android:minHeight="25px">
<WebView android:layout_width="match_parent" android:layout_height="match_parent" android:id="@+id/webView" />
</LinearLayout>