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:
@@ -215,12 +215,12 @@ class CarInfoTabView @JvmOverloads constructor(
|
||||
|
||||
private fun updateAdHdMapVersion() {
|
||||
if (AppConfigInfo.adHdMapVersion.isNotEmpty()) {
|
||||
CallerLogger.i(SceneConstant.M_HMI + TAG, "updateAdHdMapVersion, adHdMapVersion:${AppConfigInfo.adHdMapVersion} , text:${tvADMapVersion.text}")
|
||||
UiThreadHandler.post {
|
||||
CallerLogger.i(SceneConstant.M_HMI + TAG, "updateAdHdMapVersion, adHdMapVersion:${AppConfigInfo.adHdMapVersion} , text:${tvADMapVersion.text}")
|
||||
if(tvADMapVersion.text.contains(AppConfigInfo.adHdMapVersion)){
|
||||
return@post
|
||||
}
|
||||
tvADMapVersion.text = tvADMapVersion.text.toString() + AppConfigInfo.adHdMapVersion
|
||||
tvADMapVersion.text = context.getString(R.string.tab_version_admap_info) + AppConfigInfo.adHdMapVersion
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -361,6 +361,8 @@ class WorkOrderView @JvmOverloads constructor(
|
||||
)
|
||||
)
|
||||
setAudio(false)
|
||||
//重置工单问题类型
|
||||
workOrderType = ""
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -10,12 +10,13 @@
|
||||
|
||||
<com.mogo.eagle.core.function.hmi.ui.widget.ProportionChartView
|
||||
android:id="@+id/fusionTrafficLightProportion"
|
||||
android:layout_width="@dimen/dp_113"
|
||||
android:layout_height="@dimen/dp_113"
|
||||
android:layout_width="@dimen/dp_124"
|
||||
android:layout_height="@dimen/dp_124"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
app:layout_constraintRight_toRightOf="parent"
|
||||
app:ringWidth="@dimen/dp_5"
|
||||
/>
|
||||
|
||||
<ImageView
|
||||
@@ -47,7 +48,7 @@
|
||||
android:layout_width="@dimen/dp_18"
|
||||
android:layout_height="@dimen/dp_18"
|
||||
app:layout_constraintCircle="@id/fusionTrafficLightState"
|
||||
app:layout_constraintCircleRadius="@dimen/dp_46"
|
||||
app:layout_constraintCircleRadius="@dimen/dp_44"
|
||||
android:src="@drawable/icon_light_green_pointer_p_bus"
|
||||
android:contentDescription="@string/fusion_traffic_light_pointer"
|
||||
tools:ignore="MissingConstraints"
|
||||
@@ -64,7 +65,6 @@
|
||||
android:textColor="#063330"
|
||||
android:textSize="@dimen/sp_42"
|
||||
app:textType="DS_DIGIB_2"
|
||||
android:text="10"
|
||||
/>
|
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
Binary file not shown.
Reference in New Issue
Block a user