From c6c6f927e7ed265b84edbc177064d87a10a9b394 Mon Sep 17 00:00:00 2001 From: xuxinchao Date: Mon, 18 Mar 2024 17:51:11 +0800 Subject: [PATCH] =?UTF-8?q?[6.3.0]=E8=BF=90=E8=90=A5=E9=9D=A2=E6=9D=BF?= =?UTF-8?q?=E4=B8=9A=E5=8A=A1=E7=B1=BB=E5=BC=80=E5=85=B3=E4=BD=8D=E7=BD=AE?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../function/hmi/ui/setting/SOPSettingView.kt | 7 --- .../src/main/res/layout/view_sop_setting.xml | 63 ++++++++++--------- 2 files changed, 33 insertions(+), 37 deletions(-) diff --git a/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/setting/SOPSettingView.kt b/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/setting/SOPSettingView.kt index 85fecc0698..db05d11005 100644 --- a/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/setting/SOPSettingView.kt +++ b/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/setting/SOPSettingView.kt @@ -826,13 +826,6 @@ internal class SOPSettingView @JvmOverloads constructor( View.GONE tvPullTimeTitle.visibility = if(AppIdentityModeUtils.isTaxiDriver(FunctionBuildConfig.appIdentityMode)) { - val params = tvPullTimeTitle.layoutParams as ConstraintLayout.LayoutParams - if (scWeatherSwitch.visibility == VISIBLE) { - params.topToBottom = R.id.scWeatherSwitch - } else { - params.topToBottom = R.id.scLineRoutingVerify - } - tvPullTimeTitle.layoutParams = params View.VISIBLE } else { View.GONE diff --git a/core/function-impl/mogo-core-function-hmi/src/main/res/layout/view_sop_setting.xml b/core/function-impl/mogo-core-function-hmi/src/main/res/layout/view_sop_setting.xml index f5ed4c7fb0..90cecd13cb 100644 --- a/core/function-impl/mogo-core-function-hmi/src/main/res/layout/view_sop_setting.xml +++ b/core/function-impl/mogo-core-function-hmi/src/main/res/layout/view_sop_setting.xml @@ -771,6 +771,35 @@ app:layout_constraintRight_toRightOf="@id/scIPCReport" app:layout_constraintTop_toBottomOf="@id/scIPCReport" /> + + + + + + + + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintRight_toRightOf="parent" + app:layout_constraintTop_toBottomOf="@id/llMFLayout" + /> - - - - - - -