增加了用户的默认头像
This commit is contained in:
@@ -299,7 +299,7 @@ public class MarkerServiceHandler {
|
||||
}
|
||||
|
||||
}
|
||||
// getMapUIController().changeZoom(12);
|
||||
getMapUIController().changeZoom(8);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -80,7 +80,7 @@ public abstract class MapMarkerBaseView extends ConstraintLayout {
|
||||
}
|
||||
});
|
||||
} else {
|
||||
ivUserHead.setBackgroundResource(R.drawable.default_image);
|
||||
ivUserHead.setBackgroundResource(R.drawable.icon_default_user_head);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user