fix merge issues...

This commit is contained in:
Pavol Zibrita 2011-12-14 02:21:45 +01:00
parent dcb8af2d3b
commit 7255664535

View file

@ -74,11 +74,7 @@ public class FavoritesLayer extends OsmandMapLayer implements ContextMenuLayer.I
int x = view.getRotatedMapXForPoint(o.getLatitude(), o.getLongitude());
int y = view.getRotatedMapYForPoint(o.getLatitude(), o.getLongitude());
canvas.drawBitmap(favoriteIcon, x - favoriteIcon.getWidth() / 2,
<<<<<<< HEAD
y - favoriteIcon.getHeight() , paint);
=======
y - favoriteIcon.getHeight() / 2, paint);
>>>>>>> Update favorite icon
}
}
}