From 70e6ed7a9c28bf401450ab8cb8ee93d3322c7c25 Mon Sep 17 00:00:00 2001 From: xuxinchao Date: Wed, 28 Feb 2024 14:46:45 +0800 Subject: [PATCH] =?UTF-8?q?[6.3.0]=E5=8F=B8=E6=9C=BA=E7=AB=AF=E5=B7=A5?= =?UTF-8?q?=E5=85=B7=E7=AE=B1=E5=A2=9E=E5=8A=A0=E7=B3=BB=E7=BB=9F=E9=87=8D?= =?UTF-8?q?=E5=90=AF=E6=8C=89=E9=92=AE=EF=BC=8C=E5=B9=B6=E9=9A=90=E8=97=8F?= =?UTF-8?q?=E5=BD=95=E5=8C=85=E7=AE=A1=E7=90=86=E5=92=8C=E5=BD=95=E5=8C=85?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../hmi/ui/tools/AutoPilotAndCheckView.kt | 7 -- .../main/res/layout/view_auto_pilot_check.xml | 96 ++----------------- .../src/main/res/layout/view_check_system.xml | 2 +- 3 files changed, 10 insertions(+), 95 deletions(-) diff --git a/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/tools/AutoPilotAndCheckView.kt b/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/tools/AutoPilotAndCheckView.kt index fa9831f93b..1c4f93d462 100644 --- a/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/tools/AutoPilotAndCheckView.kt +++ b/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/tools/AutoPilotAndCheckView.kt @@ -136,18 +136,11 @@ internal class AutoPilotAndCheckView @JvmOverloads constructor( sopLayout.setOnClickListener { clickListener?.showSOPSettingView() } - managerLayout.setOnClickListener { - //录包管理页面 - clickListener?.showBadCaseManagerView() - } //BadCase上报 CallerDevaToolsManager.initAiCollect(badCaseLayout) ivDebugPanel.setOnClickListener { clickListener?.showDebugPanelView() } - ivDebugFeedback.onClick { - clickListener?.showFeedbackView() - } if (AppConfigInfo.isConnectAutopilot) { CallerAutoPilotControlManager.getCarConfig() diff --git a/core/function-impl/mogo-core-function-hmi/src/main/res/layout/view_auto_pilot_check.xml b/core/function-impl/mogo-core-function-hmi/src/main/res/layout/view_auto_pilot_check.xml index 3995b40c50..dce7960ed1 100644 --- a/core/function-impl/mogo-core-function-hmi/src/main/res/layout/view_auto_pilot_check.xml +++ b/core/function-impl/mogo-core-function-hmi/src/main/res/layout/view_auto_pilot_check.xml @@ -72,28 +72,26 @@ + android:background="@drawable/debug_icon_bad_case" /> + - + app:layout_constraintTop_toTopOf="@id/sopLayout" /> - - - - - - - - - - - - - - - - - - - + app:layout_constraintTop_toBottomOf="@id/clSpeedSet" />