Commit cd508a5bd495bef90e4c0120f5d807e575907422
1 parent
40e6c5a3
1 修改打点效果
Showing
4 changed files
with
1 additions
and
1 deletions
moudle_pedometer/src/main/java/com/cnlive/moudle/pedometer/utils/MyMapUtil.java
| @@ -68,7 +68,7 @@ public class MyMapUtil { | @@ -68,7 +68,7 @@ public class MyMapUtil { | ||
| 68 | return null; | 68 | return null; |
| 69 | } | 69 | } |
| 70 | try { | 70 | try { |
| 71 | - Bitmap pointBitmap = BitmapUtil.getBitmapFromDp(context, BitmapFactory.decodeResource(context.getResources(), startIconRes), 17, 30); | 71 | + Bitmap pointBitmap = BitmapUtil.getBitmapFromDp(context, BitmapFactory.decodeResource(context.getResources(), startIconRes), 21, 21); |
| 72 | OverlayOptions startOptions = null; | 72 | OverlayOptions startOptions = null; |
| 73 | if (pointBitmap != null) { | 73 | if (pointBitmap != null) { |
| 74 | startOptions = new MarkerOptions() | 74 | startOptions = new MarkerOptions() |
moudle_pedometer/src/main/res/drawable-hdpi/icon_map_import.png
moudle_pedometer/src/main/res/drawable-xhdpi/icon_map_import.png
moudle_pedometer/src/main/res/drawable-xxhdpi/icon_map_import.png