changed the traffic light style

This commit is contained in:
zhongchao
2022-03-31 16:51:29 +08:00
parent 55bc199f0d
commit 8f752158e8
26 changed files with 407 additions and 424 deletions

View File

@@ -35,5 +35,8 @@ abstract class IViewTrafficLight(context: Context?, attrs: AttributeSet?, defSty
open fun changeCountdownRed(redNum: Int) {}
/**
* 隐藏倒计时
*/
open fun disableCountdown(){}
}

View File

@@ -93,6 +93,11 @@ interface IMoGoWaringProvider : IMoGoHmiViewProxy {
*/
fun disableWarningTrafficLight()
/**
* 关闭红绿灯倒计时
*/
fun disableWarningTrafficLightCountDown()
/**
* 修改红灯倒计时
*/