new and updated icons for menu
Before Width: | Height: | Size: 6.6 KiB After Width: | Height: | Size: 7 KiB |
BIN
OsmAnd/res/drawable-hdpi/list_activities_poi_show_website.png
Normal file
After Width: | Height: | Size: 7.3 KiB |
Before Width: | Height: | Size: 6.6 KiB After Width: | Height: | Size: 7 KiB |
BIN
OsmAnd/res/drawable-large/list_activities_poi_show_website.png
Normal file
After Width: | Height: | Size: 7.3 KiB |
Before Width: | Height: | Size: 5 KiB After Width: | Height: | Size: 5.3 KiB |
BIN
OsmAnd/res/drawable-mdpi/list_activities_poi_show_website.png
Normal file
After Width: | Height: | Size: 5.3 KiB |
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|