Fix icon names

Conflicts:
	OsmAnd/src/net/osmand/plus/audionotes/AudioVideoNotesPlugin.java
This commit is contained in:
Victor Shcherb 2013-02-22 00:15:04 +01:00
parent 75c4aedb3b
commit d3717155e9
3 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

View file

@ -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();