Merge branch 'master' of ssh://github.com/osmandapp/Osmand into markers_empty_states

This commit is contained in:
PavelRatushny 2017-11-15 17:15:11 +02:00
commit 802d4c08c8
5 changed files with 0 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View file

@ -52,7 +52,6 @@ public class PointLocationLayer extends OsmandMapLayer implements ContextMenuLay
locationPaint = new Paint();
locationPaint.setAntiAlias(true);
locationPaint.setFilterBitmap(true);
locationPaint.setDither(true);
area = new Paint();
area.setColor(view.getResources().getColor(R.color.pos_area));