changed the traffic light style
This commit is contained in:
@@ -35,5 +35,8 @@ abstract class IViewTrafficLight(context: Context?, attrs: AttributeSet?, defSty
|
||||
|
||||
open fun changeCountdownRed(redNum: Int) {}
|
||||
|
||||
|
||||
/**
|
||||
* 隐藏倒计时
|
||||
*/
|
||||
open fun disableCountdown(){}
|
||||
}
|
||||
@@ -93,6 +93,11 @@ interface IMoGoWaringProvider : IMoGoHmiViewProxy {
|
||||
*/
|
||||
fun disableWarningTrafficLight()
|
||||
|
||||
/**
|
||||
* 关闭红绿灯倒计时
|
||||
*/
|
||||
fun disableWarningTrafficLightCountDown()
|
||||
|
||||
/**
|
||||
* 修改红灯倒计时
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user