diff --git a/Corona-Warn-App/src/deviceForTesters/res/layout/fragment_main.xml b/Corona-Warn-App/src/deviceForTesters/res/layout/fragment_main.xml index 740eb6990d3..ff7992a8002 100644 --- a/Corona-Warn-App/src/deviceForTesters/res/layout/fragment_main.xml +++ b/Corona-Warn-App/src/deviceForTesters/res/layout/fragment_main.xml @@ -211,7 +211,9 @@ android:layout_marginTop="@dimen/spacing_small" app:layout_constraintEnd_toStartOf="@+id/guideline_card_end" app:layout_constraintStart_toStartOf="@+id/guideline_card_start" - app:layout_constraintTop_toBottomOf="@+id/main_barrier" /> + app:layout_constraintTop_toBottomOf="@+id/main_barrier" + app:layout_constraintBottom_toBottomOf="@+id/guideline_bottom" + app:layout_constraintVertical_bias="0.0"/> diff --git a/Corona-Warn-App/src/main/res/layout/fragment_main.xml b/Corona-Warn-App/src/main/res/layout/fragment_main.xml index 29c51854456..13b7ee05d7b 100644 --- a/Corona-Warn-App/src/main/res/layout/fragment_main.xml +++ b/Corona-Warn-App/src/main/res/layout/fragment_main.xml @@ -216,7 +216,9 @@ android:layout_marginTop="@dimen/spacing_small" app:layout_constraintEnd_toStartOf="@+id/guideline_card_end" app:layout_constraintStart_toStartOf="@+id/guideline_card_start" - app:layout_constraintTop_toBottomOf="@+id/main_barrier" /> + app:layout_constraintTop_toBottomOf="@+id/main_barrier" + app:layout_constraintBottom_toBottomOf="@+id/guideline_bottom" + app:layout_constraintVertical_bias="0.0"/>