diff --git a/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/setting/DebugSettingView.kt b/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/setting/DebugSettingView.kt index 6b87e68dbc..1042d98a13 100644 --- a/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/setting/DebugSettingView.kt +++ b/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/setting/DebugSettingView.kt @@ -219,7 +219,7 @@ class DebugSettingView @JvmOverloads constructor( } } - // 切换地图中心点视角 + /*// 切换地图中心点视角 tbChangeCarCenter100.setOnClickListener { CallerHDMapManager.changeMaoViewAngle(1) } @@ -249,7 +249,7 @@ class DebugSettingView @JvmOverloads constructor( } tbChangeCAR_AFTER_40_FRONT_120.setOnClickListener { CallerHDMapManager.changeMaoViewAngle(10) - } + }*/ } /** diff --git a/core/function-impl/mogo-core-function-hmi/src/main/res/layout/view_debug_setting.xml b/core/function-impl/mogo-core-function-hmi/src/main/res/layout/view_debug_setting.xml index 8895506ee2..c6217eadf4 100644 --- a/core/function-impl/mogo-core-function-hmi/src/main/res/layout/view_debug_setting.xml +++ b/core/function-impl/mogo-core-function-hmi/src/main/res/layout/view_debug_setting.xml @@ -91,7 +91,7 @@ android:textOn="显示「车辆检测」" android:textSize="@dimen/dp_34" /> -