diff --git a/app/src/main/res/layout/activity_blutbild_anordnen.xml b/app/src/main/res/layout/activity_blutbild_anordnen.xml
index 6c9509eda137742be84bc3b13149c71350ad91c5..bc04f3cccd4824fe5dd6e9ba7eeda16c3fb09bbd 100644
--- a/app/src/main/res/layout/activity_blutbild_anordnen.xml
+++ b/app/src/main/res/layout/activity_blutbild_anordnen.xml
@@ -56,11 +56,12 @@
 
     <ListView
         android:id="@+id/anordnen1"
-        android:layout_width="409dp"
-        android:layout_height="545dp"
-        android:layout_marginTop="32dp"
+        android:layout_width="0dp"
+        android:layout_height="0dp"
+        android:layout_marginTop="64dp"
         app:layout_constraintBottom_toBottomOf="parent"
         app:layout_constraintEnd_toEndOf="parent"
         app:layout_constraintStart_toStartOf="parent"
-        app:layout_constraintTop_toBottomOf="@+id/button12" />
-</androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file
+        app:layout_constraintTop_toBottomOf="@+id/button12"
+        app:layout_constraintVertical_bias="1.0" />
+</androidx.constraintlayout.widget.ConstraintLayout>
diff --git a/app/src/main/res/layout/activity_mrtanordnen.xml b/app/src/main/res/layout/activity_mrtanordnen.xml
index eb0d01fc01e98e1521abf4798c4ae86c3a576b66..8727f18a3862457ebd304733d4fcfc600365e123 100644
--- a/app/src/main/res/layout/activity_mrtanordnen.xml
+++ b/app/src/main/res/layout/activity_mrtanordnen.xml
@@ -57,13 +57,12 @@
 
     <ListView
         android:id="@+id/mrtlist"
-        android:layout_width="409dp"
-        android:layout_height="545dp"
-        android:layout_marginStart="8dp"
+        android:layout_width="0dp"
+        android:layout_height="0dp"
         android:layout_marginTop="64dp"
-        android:layout_marginEnd="8dp"
         app:layout_constraintBottom_toBottomOf="parent"
         app:layout_constraintEnd_toEndOf="parent"
         app:layout_constraintStart_toStartOf="parent"
-        app:layout_constraintTop_toBottomOf="@+id/button14" />
+        app:layout_constraintTop_toBottomOf="@+id/button14"
+        app:layout_constraintVertical_bias="1.0" />
 </androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file