new and updated icons for menu

This commit is contained in:
Pavol Zibrita 2012-07-15 01:44:11 +02:00
parent f4b7748df9
commit 5d123f1c7b
7 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

After

Width:  |  Height:  |  Size: 7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

After

Width:  |  Height:  |  Size: 7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

View file

@ -334,7 +334,7 @@ public class POIMapLayer extends OsmandMapLayer implements ContextMenuLayer.ICon
adapter.registerItem(R.string.poi_context_menu_call, 0, listener, -1);
}
if(a.getSite() != null){
adapter.registerItem(R.string.poi_context_menu_website, 0, listener, -1);
adapter.registerItem(R.string.poi_context_menu_website, R.drawable.list_activities_poi_show_website, listener, -1);
}
}
}