[6.7.0]补充调试面板-状态中心-城市码文案
This commit is contained in:
@@ -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(
|
||||
|
||||
@@ -621,6 +621,7 @@
|
||||
<TextView
|
||||
android:id="@+id/tvHDCityCode"
|
||||
style="@style/DebugSettingText"
|
||||
android:text="高德城市码:"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user