diff --git a/app/build.gradle b/app/build.gradle
index 43f24f2..7059dd4 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -11,7 +11,7 @@ android {
minSdkVersion 21
targetSdkVersion 30
versionCode 1
- versionName '0.3'
+ versionName '0.4'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
diff --git a/app/src/main/java/de/joel/zoomhelper/MainActivity.java b/app/src/main/java/de/joel/zoomhelper/MainActivity.java
index 991ae77..e5596eb 100644
--- a/app/src/main/java/de/joel/zoomhelper/MainActivity.java
+++ b/app/src/main/java/de/joel/zoomhelper/MainActivity.java
@@ -15,6 +15,7 @@ import android.widget.ArrayAdapter;
import android.widget.AutoCompleteTextView;
import android.widget.EditText;
import android.widget.ImageView;
+import android.widget.ScrollView;
import android.widget.Toast;
import androidx.appcompat.app.AlertDialog;
@@ -55,6 +56,8 @@ public class MainActivity extends AppCompatActivity {
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
+ final ScrollView scrollview = ((ScrollView) findViewById(R.id.scrollArea));
+ scrollview.post(() -> scrollview.scrollTo(0, scrollview.getChildAt(0).getHeight()));
watchMeetingNameBox();
fillDropdownMeetingName();
if (getLastMeeting() != -1) {
diff --git a/app/src/main/res/layout-land/activity_main.xml b/app/src/main/res/layout-land/activity_main.xml
new file mode 100644
index 0000000..c3f5173
--- /dev/null
+++ b/app/src/main/res/layout-land/activity_main.xml
@@ -0,0 +1,50 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout-v26/activity_main.xml b/app/src/main/res/layout-v26/activity_main.xml
deleted file mode 100644
index 0e9a8de..0000000
--- a/app/src/main/res/layout-v26/activity_main.xml
+++ /dev/null
@@ -1,260 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/layout-v26/icons.xml b/app/src/main/res/layout-v26/icons.xml
new file mode 100644
index 0000000..06673d5
--- /dev/null
+++ b/app/src/main/res/layout-v26/icons.xml
@@ -0,0 +1,74 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml
index 42e0659..b185818 100644
--- a/app/src/main/res/layout/activity_main.xml
+++ b/app/src/main/res/layout/activity_main.xml
@@ -1,248 +1,39 @@
-
-
+ android:layout_height="0dp"
+ android:layout_marginStart="8dp"
+ android:layout_marginLeft="8dp"
+ android:layout_marginEnd="8dp"
+ android:layout_marginRight="8dp"
+ android:layout_weight="1"
+ android:fillViewport="true">
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
-
+
-
-
-
-
-
-
+ android:layout_marginTop="22dp"/>
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/buttons.xml b/app/src/main/res/layout/buttons.xml
new file mode 100644
index 0000000..c34617f
--- /dev/null
+++ b/app/src/main/res/layout/buttons.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/icons.xml b/app/src/main/res/layout/icons.xml
new file mode 100644
index 0000000..1167112
--- /dev/null
+++ b/app/src/main/res/layout/icons.xml
@@ -0,0 +1,69 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/mainform.xml b/app/src/main/res/layout/mainform.xml
new file mode 100644
index 0000000..435b3ae
--- /dev/null
+++ b/app/src/main/res/layout/mainform.xml
@@ -0,0 +1,142 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file