增加了用户的默认头像

This commit is contained in:
董宏宇
2020-01-15 11:25:10 +08:00
parent 5011874238
commit e56d78f794
5 changed files with 8 additions and 8 deletions

View File

@@ -299,7 +299,7 @@ public class MarkerServiceHandler {
}
}
// getMapUIController().changeZoom(12);
getMapUIController().changeZoom(8);
}
/**

View File

@@ -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);
}
}