Change OsmEditingPlugin icon

This commit is contained in:
Dmitry 2019-10-15 11:35:11 +03:00
parent e4ed2be654
commit a78b5f8d24
6 changed files with 1 additions and 1 deletions

BIN
OsmAnd/res/drawable-hdpi/ic_action_openstreetmap_logo.png Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 801 B

BIN
OsmAnd/res/drawable-mdpi/ic_action_openstreetmap_logo.png Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 530 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 942 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

View file

@ -455,7 +455,7 @@ public class OsmEditingPlugin extends OsmandPlugin {
@Override
public int getLogoResourceId() {
return R.drawable.ic_action_bug_dark;
return R.drawable.ic_action_openstreetmap_logo;
}
@Override