[Fix]发布2.0.75,0.0.19

Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
donghongyu
2021-11-17 11:39:59 +08:00
parent 6f9fcbcb37
commit 047d4abbfc
4 changed files with 86 additions and 86 deletions

View File

@@ -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)
}
}*/
}
/**

View File

@@ -91,7 +91,7 @@
android:textOn="显示「车辆检测」"
android:textSize="@dimen/dp_34" />
<Button
<!-- <Button
android:id="@+id/tbChangeCarCenter100"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@@ -179,7 +179,7 @@
android:layout_margin="2dp"
android:gravity="center"
android:text="切换 CAR_AFTER_40_FRONT_120"
android:textSize="@dimen/dp_34" />
android:textSize="@dimen/dp_34" />-->
</com.google.android.flexbox.FlexboxLayout>