解决BUG
【新鲜事】地图poi点绘制与设计图不一致 http://jira.zhidaohulian.com/projects/UI/issues/UI-268?filter=allopenissues
This commit is contained in:
@@ -90,7 +90,6 @@ public class MapMarkerView extends MapMarkerBaseView {
|
||||
ivUserHead.setVisibility(View.INVISIBLE);
|
||||
ivIcon.setVisibility(View.VISIBLE);
|
||||
|
||||
ivBg.setImageResource(R.drawable.bg_map_marker_green);
|
||||
ivCar.setImageResource(R.drawable.icon_map_marker_location_blue);
|
||||
|
||||
if (bindObj instanceof MarkerNoveltyInfo) {
|
||||
@@ -132,8 +131,8 @@ public class MapMarkerView extends MapMarkerBaseView {
|
||||
ivBg.setBackgroundResource(R.drawable.bg_map_marker_dark_green);
|
||||
break;
|
||||
default:
|
||||
ivIcon.setImageResource(R.drawable.icon_map_marker_road_check);
|
||||
ivBg.setImageResource(R.drawable.bg_map_marker_green);
|
||||
// ivIcon.setImageResource(R.drawable.icon_map_marker_road_check);
|
||||
// ivBg.setImageResource(R.drawable.bg_map_marker_green);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user