diff --git a/OCH/mogo-och-sweeper/src/main/res/layout/sweeper_base_fragment.xml b/OCH/mogo-och-sweeper/src/main/res/layout/sweeper_base_fragment.xml index 1039ecdcc6..ba5e92da8e 100644 --- a/OCH/mogo-och-sweeper/src/main/res/layout/sweeper_base_fragment.xml +++ b/OCH/mogo-och-sweeper/src/main/res/layout/sweeper_base_fragment.xml @@ -97,11 +97,24 @@ app:layout_constraintTop_toTopOf="parent" app:layout_constraintEnd_toEndOf="parent" android:layout_marginEnd="@dimen/dp_36" - android:layout_marginTop="@dimen/dp_27"> + android:layout_marginTop="@dimen/dp_27" + app:roundLayoutRadius="@dimen/dp_16" + > + + android:layout_width="match_parent" + android:layout_height="@dimen/dp_401" + app:layout_constraintTop_toBottomOf="@+id/sweeper_video_view" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintEnd_toEndOf="parent"/>