Merge branch 'master' of ssh://github.com/osmandapp/Osmand into markers_empty_states
This commit is contained in:
commit
802d4c08c8
5 changed files with 0 additions and 1 deletions
BIN
OsmAnd/res/drawable-hdpi/map_marker_point_14dp.png
Normal file
BIN
OsmAnd/res/drawable-hdpi/map_marker_point_14dp.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
BIN
OsmAnd/res/drawable-mdpi/map_marker_point_14dp.png
Normal file
BIN
OsmAnd/res/drawable-mdpi/map_marker_point_14dp.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
BIN
OsmAnd/res/drawable-xhdpi/map_marker_point_14dp.png
Normal file
BIN
OsmAnd/res/drawable-xhdpi/map_marker_point_14dp.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
BIN
OsmAnd/res/drawable-xxhdpi/map_marker_point_14dp.png
Normal file
BIN
OsmAnd/res/drawable-xxhdpi/map_marker_point_14dp.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue