diff --git a/.idea/misc.xml b/.idea/misc.xml index 96aa909210..a9d1978936 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -11,7 +11,32 @@ diff --git a/README.md b/README.md index 0b4239aefc..0cdcca9513 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ adb shell am broadcast -a com.hmi.v2x.limitingvelocity --ez limitingVelocityIsSh // 控制OBU场景自测 obuStates 1-添加,2-删除,0-更新 adb shell am broadcast -a com.obu.test_trigger --ei obuStates 1 --ei obuLevel 3 --ei obuType 0x2A01 -// 控制OBU 展示周边周边车辆 惠新西街南口附近,南向北 +// 控制OBU 模拟自车位置 adb shell am broadcast -a com.obu.test_trigger_recognized //与Rsu相关 diff --git a/modules/mogo-module-hmi/src/main/java/com/mogo/module/hmi/ui/MoGoWarningFragment.kt b/modules/mogo-module-hmi/src/main/java/com/mogo/module/hmi/ui/MoGoWarningFragment.kt index 8d9965099c..62a6e380af 100644 --- a/modules/mogo-module-hmi/src/main/java/com/mogo/module/hmi/ui/MoGoWarningFragment.kt +++ b/modules/mogo-module-hmi/src/main/java/com/mogo/module/hmi/ui/MoGoWarningFragment.kt @@ -13,7 +13,7 @@ import com.mogo.module.hmi.R import com.mogo.module.hmi.notification.WarningFloat import com.mogo.module.hmi.notification.anim.DefaultAnimator import com.mogo.module.hmi.notification.enums.SidePattern -import com.mogo.module.hmi.ui.widget.ViewV2XNotification +import com.mogo.module.hmi.ui.widget.V2XNotificationView import kotlinx.android.synthetic.main.fragment_warning.* /** @@ -53,7 +53,7 @@ class MoGoWarningFragment : MvpFragment -