[3.4.0][Update]定位新增状态
This commit is contained in:
@@ -100,6 +100,10 @@ internal class StatusAdapter(val ctx: Context, var data: ArrayList<Status>): Rec
|
|||||||
}
|
}
|
||||||
"SLAM" ->
|
"SLAM" ->
|
||||||
iv.background = ContextCompat.getDrawable(itemView.context, drawable.icon_dev_status_slam_good)
|
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 ->
|
else ->
|
||||||
iv.background = ContextCompat.getDrawable(itemView.context, drawable.icon_dev_status_rtk_unknow)
|
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 |
Reference in New Issue
Block a user