[3.4.0][Update]定位新增状态

This commit is contained in:
chenfufeng
2023-07-14 18:40:34 +08:00
parent 2b3d24b2b6
commit 13f2d75b2a
3 changed files with 4 additions and 0 deletions

View File

@@ -100,6 +100,10 @@ internal class StatusAdapter(val ctx: Context, var data: ArrayList<Status>): Rec
}
"SLAM" ->
iv.background = ContextCompat.getDrawable(itemView.context, drawable.icon_dev_status_slam_good)
"VSLAM" ->
iv.background = ContextCompat.getDrawable(itemView.context, drawable.icon_dev_status_vslam_good)
"VAL" ->
iv.background = ContextCompat.getDrawable(itemView.context, drawable.icon_dev_status_val_good)
else ->
iv.background = ContextCompat.getDrawable(itemView.context, drawable.icon_dev_status_rtk_unknow)
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB