From 7c566a2334bd1632239fb181bd52cf0d294f0a10 Mon Sep 17 00:00:00 2001 From: yangyakun Date: Tue, 25 Jul 2023 18:11:59 +0800 Subject: [PATCH] =?UTF-8?q?[3.4.0]=20[=E5=B8=A7=E5=8A=A8=E7=94=BB=E9=99=8D?= =?UTF-8?q?=E9=80=9F=20=E5=92=8C=E4=BD=8D=E7=BD=AE]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../och/taxi/passenger/ui/startautopilot/StartAutopilotView.kt | 2 +- .../src/main/res/layout/taxi_p_start_autopilot_view.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/OCH/mogo-och-taxi-passenger/src/main/java/com/mogo/och/taxi/passenger/ui/startautopilot/StartAutopilotView.kt b/OCH/mogo-och-taxi-passenger/src/main/java/com/mogo/och/taxi/passenger/ui/startautopilot/StartAutopilotView.kt index 6193bfdf82..a0d0556852 100644 --- a/OCH/mogo-och-taxi-passenger/src/main/java/com/mogo/och/taxi/passenger/ui/startautopilot/StartAutopilotView.kt +++ b/OCH/mogo-och-taxi-passenger/src/main/java/com/mogo/och/taxi/passenger/ui/startautopilot/StartAutopilotView.kt @@ -67,7 +67,7 @@ class StartAutopilotView : WindowRelativeLayout, StartAutopilotViewModel.StartAu CallerLogger.d(SceneConstant.M_TAXI_P + TAG, "动画暂停") } }) - taxiPStartAutopilot = AnimationsContainer(R.array.taxi_p_start_autopilot, 20,taxi_p_autopilot_btn_bg) + taxiPStartAutopilot = AnimationsContainer(R.array.taxi_p_start_autopilot, 15,taxi_p_autopilot_btn_bg) taxiPStartAutopilot?.setOnAnimStopListener(object :AnimationsContainer.OnAnimationStoppedListener{ override fun AnimationStopped() { CallerLogger.d(SceneConstant.M_TAXI_P + TAG, "动画暂停") diff --git a/OCH/mogo-och-taxi-passenger/src/main/res/layout/taxi_p_start_autopilot_view.xml b/OCH/mogo-och-taxi-passenger/src/main/res/layout/taxi_p_start_autopilot_view.xml index a615a52986..57256d0982 100644 --- a/OCH/mogo-och-taxi-passenger/src/main/res/layout/taxi_p_start_autopilot_view.xml +++ b/OCH/mogo-och-taxi-passenger/src/main/res/layout/taxi_p_start_autopilot_view.xml @@ -11,6 +11,7 @@ android:id="@+id/taxi_p_autopilot_starting" android:layout_width="@dimen/dp_1600" android:layout_height="1200dp" + android:layout_marginTop="@dimen/dp_150" android:layout_gravity="center_horizontal" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintRight_toRightOf="parent"