[6.2.6] fix ui bug

This commit is contained in:
zhongchao
2023-12-19 15:43:14 +08:00
parent b5b4513ee0
commit 2caebf68db
2 changed files with 67 additions and 51 deletions

View File

@@ -63,9 +63,6 @@ class PncActionsView @JvmOverloads constructor(
override fun onAttachedToWindow() {
super.onAttachedToWindow()
tvHmiPncActions.setTextSize(COMPLEX_UNIT_PX, txtSize)
tvHmiPncActions.background =
AppCompatResources.getDrawable(context, bgResources)
tvHmiPncActions.text = "前方右转"
CallerAutoPilotStatusListenerManager.addListener(TAG, this)
CallerPlanningActionsListenerManager.addListener(TAG, this)
CallerTrafficLightListenerManager.addListener(TAG, this)