Merge branch 'refs/heads/dev_robotaxi-d_240912_6.7.0' into dev_robotaxi-d_240912_6.7.2_local

This commit is contained in:
donghongyu-pc
2024-10-22 17:28:24 +08:00
6 changed files with 11 additions and 26 deletions

View File

@@ -2118,7 +2118,7 @@ internal class DebugSettingView @JvmOverloads constructor(
val cityCode = mogoMapData.get()?.getCityCode()
cityCode?.let {
tvHDCityCode.text = "$it"
tvHDCityCode.text = "高德城市码:$it"
}
tvObuConnectStatus.text = Html.fromHtml(

View File

@@ -621,6 +621,7 @@
<TextView
android:id="@+id/tvHDCityCode"
style="@style/DebugSettingText"
android:text="高德城市码:"
android:layout_width="match_parent"
android:layout_height="wrap_content" />