This commit is contained in:
wangcongtao
2020-06-10 15:21:16 +08:00
parent 719a447789
commit aaf50f128f
9 changed files with 43 additions and 24 deletions

View File

@@ -136,7 +136,7 @@ public class MapMarkerInfoView extends MapMarkerBaseView {
ivIcon.setImageResource( R.drawable.icon_map_marker_living_light );
break;
default:
ivIcon.setImageResource( R.drawable.icon_map_marker_shear_news );
ivIcon.setImageResource( R.drawable.icon_map_marker_road_block_up2_light );
break;
}
}

View File

@@ -103,7 +103,7 @@ public class MapMarkerView extends MapMarkerBaseView {
break;
case MarkerPoiTypeEnum.FOURS_PARKING:
default:
ivIcon.setImageResource( R.drawable.icon_map_marker_shear_news );
ivIcon.setImageResource( R.drawable.icon_map_marker_road_block_up2 );
break;
}
}