From 23d20435c06deab58a934bfc9311b16e6365b05b Mon Sep 17 00:00:00 2001 From: bxb Date: Wed, 12 Apr 2023 11:14:14 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=B8=85=E6=89=AB=E8=BD=A6]=E5=90=8E=E6=91=84?= =?UTF-8?q?=E5=83=8F=E5=A4=B4=E8=A7=86=E9=A2=91=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/res/layout/sweeper_base_fragment.xml | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) 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"/>