Commit 801d79a9c2c69ee01e6c741df6e9486ae9726ce4

Authored by 杨帅
1 parent a398df98

1 修改打点图标效果

moudle_pedometer/src/main/java/com/cnlive/moudle/pedometer/utils/MyMapUtil.java
... ... @@ -68,7 +68,7 @@ public class MyMapUtil {
68 68 return null;
69 69 }
70 70 try {
71   - Bitmap pointBitmap = BitmapUtil.getBitmapFromDp(context, BitmapFactory.decodeResource(context.getResources(), startIconRes), 21, 21);
  71 + Bitmap pointBitmap = BitmapUtil.getBitmapFromDp(context, BitmapFactory.decodeResource(context.getResources(), startIconRes), 25, 25);
72 72 OverlayOptions startOptions = null;
73 73 if (pointBitmap != null) {
74 74 startOptions = new MarkerOptions()
... ...