1
0
Fork 0

updated launcher icon, code cleanup, target 33

This commit is contained in:
Gottfried Mayer 2022-08-30 11:22:46 +02:00
parent 7c89015d72
commit feb38a7ac0
20 changed files with 73 additions and 74 deletions

View file

@ -1,4 +1,13 @@
<?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
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>