增加施工的图标

This commit is contained in:
董宏宇
2021-08-24 17:22:32 +08:00
parent 187ce93343
commit f6bbe7d671
5 changed files with 11 additions and 5 deletions

View File

@@ -65,8 +65,8 @@ enum class TrafficTypeEnum(
TYPE_TRAFFIC_ID_DAO_LU_SHI_GONG(
12,
"道路施工",
R.raw.v2x_daolushigong,
R.raw.v2x_daolushigong
R.raw.v2x_shigong_warning,
R.raw.v2x_shigong_warning
)
}