From 6fd058457d7a047a6e840273c75d98f0222f1461 Mon Sep 17 00:00:00 2001 From: yangyakun Date: Fri, 7 Apr 2023 12:08:47 +0800 Subject: [PATCH] =?UTF-8?q?[m2]=20[3.0.0]=20[=E9=97=B4=E8=B7=9D]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/m2/res/layout/p_m2_fragment.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/OCH/mogo-och-shuttle-passenger/src/m2/res/layout/p_m2_fragment.xml b/OCH/mogo-och-shuttle-passenger/src/m2/res/layout/p_m2_fragment.xml index 5b877c7d21..350a666cce 100644 --- a/OCH/mogo-och-shuttle-passenger/src/m2/res/layout/p_m2_fragment.xml +++ b/OCH/mogo-och-shuttle-passenger/src/m2/res/layout/p_m2_fragment.xml @@ -69,9 +69,9 @@ android:id="@+id/video_fragment" android:layout_width="match_parent" android:layout_height="0dp" - android:paddingBottom="@dimen/dp_40" - android:paddingEnd="@dimen/dp_40" - android:paddingStart="@dimen/dp_40" + android:layout_marginBottom="@dimen/dp_40" + android:layout_marginEnd="@dimen/dp_40" + android:layout_marginStart="@dimen/dp_40" app:layout_constraintHeight_percent="0.290" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintLeft_toLeftOf="parent"/>