feat: 出港组装 开始组装 status color
This commit is contained in:
@@ -125,6 +125,15 @@ class PadDataLayoutNew : FrameLayout {
|
||||
et.inputType = value
|
||||
}
|
||||
|
||||
var valueTextColor: Int = 0
|
||||
set(value) {
|
||||
field = value
|
||||
if (value != 0) {
|
||||
tv.setTextColor(value)
|
||||
et.setTextColor(value)
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 刷新事件回调
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user