diff --git a/OsmAnd/res/drawable-hdpi/large_menu_recording_layer.png b/OsmAnd/res/drawable-hdpi/large_menu_recording_layer.png deleted file mode 100644 index 9f90e97518..0000000000 Binary files a/OsmAnd/res/drawable-hdpi/large_menu_recording_layer.png and /dev/null differ diff --git a/OsmAnd/res/drawable-hdpi/small_menu_audio_video_notes.png b/OsmAnd/res/drawable-hdpi/small_menu_audio_video_notes.png deleted file mode 100644 index f0822695b7..0000000000 Binary files a/OsmAnd/res/drawable-hdpi/small_menu_audio_video_notes.png and /dev/null differ diff --git a/OsmAnd/src/net/osmand/plus/audionotes/AudioVideoNotesPlugin.java b/OsmAnd/src/net/osmand/plus/audionotes/AudioVideoNotesPlugin.java index 7849428077..24ea0cce1f 100644 --- a/OsmAnd/src/net/osmand/plus/audionotes/AudioVideoNotesPlugin.java +++ b/OsmAnd/src/net/osmand/plus/audionotes/AudioVideoNotesPlugin.java @@ -390,7 +390,7 @@ public class AudioVideoNotesPlugin extends OsmandPlugin { } } }; - adapter.registerSelectedItem(R.string.layer_recordings, SHOW_RECORDINGS.get()? 1 : 0, R.drawable.large_menu_recording_layer, listener, 5); + adapter.registerSelectedItem(R.string.layer_recordings, SHOW_RECORDINGS.get()? 1 : 0, R.drawable.list_activities_rec_layer, listener, 5); } @Override @@ -441,7 +441,7 @@ public class AudioVideoNotesPlugin extends OsmandPlugin { recordControl.setImageDrawable(activity.getResources().getDrawable(R.drawable.monitoring_rec_inactive)); setRecordListener(recordControl, activity); mapInfoLayer.getMapInfoControls().registerSideWidget(recordControl, - R.drawable.small_menu_audio_video_notes, R.string.map_widget_av_notes, "audionotes", false, + R.drawable.list_activities_rec_layer, R.string.map_widget_av_notes, "audionotes", false, EnumSet.allOf(ApplicationMode.class), EnumSet.noneOf(ApplicationMode.class), 22); mapInfoLayer.recreateControls();