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 740eb6990d358c2d5a9282e6951a674f5ee37b3c..ff7992a8002da9e3e3c0e7e71ef283bc01916b68 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"/> <include layout="@layout/merge_guidelines_side" /> 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 29c518544567555966d9d1e098c8f8f6d32cd504..13b7ee05d7b323fa1348215c58193c01f03a71a1 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"/> <include layout="@layout/merge_guidelines_side" />