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" + /> - - - - - - -