[dev_arch_opt_3.0] 修改图标

This commit is contained in:
lixiaopeng
2023-03-14 18:58:24 +08:00
parent cc069c578c
commit 44081ab185
7 changed files with 4 additions and 4 deletions

View File

@@ -153,14 +153,14 @@ enum class EventTypeEnumNew(
TYPE_USECASE_ID_ICW(
2009.toString(),
"交叉路口碰撞预警",
poiTypeSrcVr = R.drawable.icon_warning_v2x_collision_warning,
poiTypeSrcVr = R.drawable.icon_warning_v2x_crossroads_warning,
content = "交叉路口碰撞预警",
tts = "注意交叉路口车辆"
),
TYPE_USECASE_ID_LTA(
2001.toString(),
"左转辅助",
poiTypeSrcVr = R.drawable.icon_warning_v2x_collision_warning,
poiTypeSrcVr = R.drawable.icon_warning_v2x_turn_left,
content = "左转碰撞预警",
tts = "注意路口对向来车"
),
@@ -196,7 +196,7 @@ enum class EventTypeEnumNew(
TYPE_USECASE_ID_AVW(
2006.toString(),
"异常车辆提醒",
poiTypeSrcVr = R.drawable.icon_warning_v2x_abnormal_vehicle,
poiTypeSrcVr = R.drawable.icon_warning_v2x_abnormal_car,
content = "%s车异常",
tts = "小心%s异常车辆"
),
@@ -269,7 +269,7 @@ enum class EventTypeEnumNew(
TYPE_USECASE_ID_BREAKDOWN_WARNING( //故障车辆
101.toString(),
"车辆故障",
poiTypeSrcVr = R.drawable.icon_warning_v2x_collision_warning,
poiTypeSrcVr = R.drawable.icon_warning_v2x_car_breakdown,
content = "前方%s米有故障车辆影响路段%s米",
tts = "前方%s米有故障车辆影响路段%s米"
),

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB