fix rec icon in context menu
This commit is contained in:
parent
bd22026fa3
commit
ea07f84cda
3 changed files with 1 additions and 1 deletions
BIN
OsmAnd/res/drawable-large/list_context_menu_rec.png
Normal file
BIN
OsmAnd/res/drawable-large/list_context_menu_rec.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4 KiB |
BIN
OsmAnd/res/drawable-mdpi/list_context_menu_rec.png
Normal file
BIN
OsmAnd/res/drawable-mdpi/list_context_menu_rec.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.5 KiB |
|
@ -355,7 +355,7 @@ public class AudioVideoNotesPlugin extends OsmandPlugin {
|
|||
recordAudio(latitude, longitude, mapActivity);
|
||||
}
|
||||
}, 6);
|
||||
adapter.registerItem(R.string.recording_context_menu_vrecord, R.drawable.monitoring_rec_big, new OnContextMenuClick() {
|
||||
adapter.registerItem(R.string.recording_context_menu_vrecord, R.drawable.list_context_menu_rec, new OnContextMenuClick() {
|
||||
|
||||
@Override
|
||||
public void onContextMenuClick(int itemId, int pos, boolean isChecked, DialogInterface dialog) {
|
||||
|
|
Loading…
Reference in a new issue