Add new App profiles icons
BIN
OsmAnd/res/drawable-hdpi/ic_action_camper.png
Normal file
After Width: | Height: | Size: 363 B |
BIN
OsmAnd/res/drawable-hdpi/ic_action_campervan.png
Normal file
After Width: | Height: | Size: 439 B |
BIN
OsmAnd/res/drawable-hdpi/map_action_camper.png
Normal file
After Width: | Height: | Size: 363 B |
BIN
OsmAnd/res/drawable-hdpi/map_action_campervan.png
Normal file
After Width: | Height: | Size: 439 B |
BIN
OsmAnd/res/drawable-large-hdpi/map_action_camper.png
Normal file
After Width: | Height: | Size: 372 B |
BIN
OsmAnd/res/drawable-large-hdpi/map_action_campervan.png
Normal file
After Width: | Height: | Size: 456 B |
BIN
OsmAnd/res/drawable-large-xhdpi/map_action_camper.png
Normal file
After Width: | Height: | Size: 503 B |
BIN
OsmAnd/res/drawable-large-xhdpi/map_action_campervan.png
Normal file
After Width: | Height: | Size: 644 B |
BIN
OsmAnd/res/drawable-large/map_action_camper.png
Normal file
After Width: | Height: | Size: 363 B |
BIN
OsmAnd/res/drawable-large/map_action_campervan.png
Normal file
After Width: | Height: | Size: 439 B |
BIN
OsmAnd/res/drawable-mdpi/ic_action_camper.png
Normal file
After Width: | Height: | Size: 247 B |
BIN
OsmAnd/res/drawable-mdpi/ic_action_campervan.png
Normal file
After Width: | Height: | Size: 275 B |
BIN
OsmAnd/res/drawable-mdpi/map_action_camper.png
Normal file
After Width: | Height: | Size: 247 B |
BIN
OsmAnd/res/drawable-mdpi/map_action_campervan.png
Normal file
After Width: | Height: | Size: 275 B |
BIN
OsmAnd/res/drawable-xhdpi/ic_action_camper.png
Normal file
After Width: | Height: | Size: 372 B |
BIN
OsmAnd/res/drawable-xhdpi/ic_action_campervan.png
Normal file
After Width: | Height: | Size: 456 B |
BIN
OsmAnd/res/drawable-xhdpi/map_action_camper.png
Normal file
After Width: | Height: | Size: 372 B |
BIN
OsmAnd/res/drawable-xhdpi/map_action_campervan.png
Normal file
After Width: | Height: | Size: 456 B |
BIN
OsmAnd/res/drawable-xxhdpi/ic_action_camper.png
Normal file
After Width: | Height: | Size: 503 B |
BIN
OsmAnd/res/drawable-xxhdpi/ic_action_campervan.png
Normal file
After Width: | Height: | Size: 644 B |
BIN
OsmAnd/res/drawable-xxhdpi/map_action_camper.png
Normal file
After Width: | Height: | Size: 503 B |
BIN
OsmAnd/res/drawable-xxhdpi/map_action_campervan.png
Normal file
After Width: | Height: | Size: 644 B |
BIN
OsmAnd/res/drawable-xxxhdpi/ic_action_camper.png
Normal file
After Width: | Height: | Size: 647 B |
BIN
OsmAnd/res/drawable-xxxhdpi/ic_action_campervan.png
Normal file
After Width: | Height: | Size: 846 B |
BIN
OsmAnd/res/drawable-xxxhdpi/map_action_camper.png
Normal file
After Width: | Height: | Size: 647 B |
BIN
OsmAnd/res/drawable-xxxhdpi/map_action_campervan.png
Normal file
After Width: | Height: | Size: 846 B |
|
@ -11,6 +11,13 @@
|
|||
Thx - Hardy
|
||||
|
||||
-->
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
<string name="app_mode_camper">Camper</string>
|
||||
<string name="app_mode_campervan">Campervan</string>
|
||||
<string name="rendering_attr_showLez_description">Show Low Emission zones on the map. Does not affect routing.</string>
|
||||
<string name="rendering_attr_showLez_name">Show Low Emission Zones</string>
|
||||
>>>>>>> a11c7b0e2a... Add new App profiles icons
|
||||
<string name="temporary_conditional_routing">Consider temporary limitations</string>
|
||||
<string name="turn_on_profile_desc">Please turn on at least one application profile, to use this setting.</string>
|
||||
<string name="rendering_attr_winter_road_name">Winter road</string>
|
||||
|
|
|
@ -256,6 +256,8 @@ public class SelectProfileBottomSheetDialogFragment extends MenuBottomSheetDialo
|
|||
icons.add(new IconResWithDescr(R.drawable.ic_action_scooter, R.string.app_mode_scooter, "ic_action_scooter", false));
|
||||
icons.add(new IconResWithDescr(R.drawable.ic_action_ufo, R.string.app_mode_ufo, "ic_action_ufo", false));
|
||||
icons.add(new IconResWithDescr(R.drawable.ic_action_offroad, R.string.app_mode_offroad, "ic_action_offroad", false));
|
||||
icons.add(new IconResWithDescr(R.drawable.ic_action_campervan, R.string.app_mode_campervan, "ic_action_campervan", false));
|
||||
icons.add(new IconResWithDescr(R.drawable.ic_action_camper, R.string.app_mode_camper, "ic_action_camper", false));
|
||||
return icons;
|
||||
}
|
||||
|
||||
|
|