next turn and back-to-loc context menu icons
BIN
OsmAnd/res/drawable-hdpi/list_context_menu_backtolocation.png
Normal file
After Width: | Height: | Size: 4.9 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.1 KiB |
BIN
OsmAnd/res/drawable-hdpi/widget_next_turn_old.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 1.3 KiB |
BIN
OsmAnd/res/drawable-large/list_context_menu_backtolocation.png
Normal file
After Width: | Height: | Size: 4.9 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.1 KiB |
BIN
OsmAnd/res/drawable-large/widget_next_turn_old.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 1.3 KiB |
BIN
OsmAnd/res/drawable-mdpi/list_context_menu_backtolocation.png
Normal file
After Width: | Height: | Size: 4.2 KiB |
Before Width: | Height: | Size: 911 B After Width: | Height: | Size: 793 B |
BIN
OsmAnd/res/drawable-mdpi/widget_next_turn_old.png
Normal file
After Width: | Height: | Size: 911 B |
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 832 B |
|
@ -227,7 +227,7 @@ public class MapInfoLayer extends OsmandMapLayer {
|
|||
mapInfoControls.registerTopWidget(createLockInfo(map), R.drawable.lock_enabled, R.string.bg_service_screen_lock, "bgService",
|
||||
MapInfoControls.LEFT_CONTROL, none, 15);
|
||||
backToLocation = createBackToLocation(map);
|
||||
mapInfoControls.registerTopWidget(backToLocation, R.drawable.default_location, R.string.map_widget_back_to_loc, "back_to_location", MapInfoControls.RIGHT_CONTROL, all, 5);
|
||||
mapInfoControls.registerTopWidget(backToLocation, R.drawable.list_context_menu_backtolocation, R.string.map_widget_back_to_loc, "back_to_location", MapInfoControls.RIGHT_CONTROL, all, 5);
|
||||
|
||||
|
||||
View globus = createGlobus();
|
||||
|
|