[6.3.0]工控机上报重要info事件呈现更换Icon

This commit is contained in:
xuxinchao
2024-02-28 11:21:23 +08:00
parent a79598bd57
commit 300522a8ab
3 changed files with 2 additions and 2 deletions

View File

@@ -394,8 +394,8 @@ class DriverMsgBoxListAdapter(private val activity: Activity) :
holder.tvReportLevelOpen.text = "Warning"
}else {
//INFO
holder.ivReportImageNormal.setImageDrawable(getDrawable(R.drawable.icon_report_warning_normal))
holder.ivReportImageOpen.setImageDrawable(getDrawable(R.drawable.icon_report_warning_open))
holder.ivReportImageNormal.setImageDrawable(getDrawable(R.drawable.icon_report_info_normal))
holder.ivReportImageOpen.setImageDrawable(getDrawable(R.drawable.icon_report_info_open))
holder.tvReportLevelNormal.text = "Info"
holder.tvReportLevelOpen.text = "Info"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB