[6.7.0]补充调试面板-状态中心-城市码文案

This commit is contained in:
EmArrow
2024-10-22 17:02:08 +08:00
parent 9cdfbb4ef1
commit f46c520833
2 changed files with 2 additions and 1 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" />