Add new Offroad icon for Aplication Profiles
BIN
OsmAnd/res/drawable-hdpi/ic_action_offroad.png
Normal file
After Width: | Height: | Size: 402 B |
BIN
OsmAnd/res/drawable-hdpi/map_action_offroad.png
Normal file
After Width: | Height: | Size: 402 B |
BIN
OsmAnd/res/drawable-large-hdpi/map_action_offroad.png
Normal file
After Width: | Height: | Size: 437 B |
BIN
OsmAnd/res/drawable-large-xhdpi/map_action_offroad.png
Normal file
After Width: | Height: | Size: 611 B |
BIN
OsmAnd/res/drawable-large/map_action_offroad.png
Normal file
After Width: | Height: | Size: 402 B |
BIN
OsmAnd/res/drawable-mdpi/ic_action_offroad.png
Normal file
After Width: | Height: | Size: 264 B |
BIN
OsmAnd/res/drawable-mdpi/map_action_offroad.png
Normal file
After Width: | Height: | Size: 264 B |
BIN
OsmAnd/res/drawable-xhdpi/ic_action_offroad.png
Normal file
After Width: | Height: | Size: 437 B |
BIN
OsmAnd/res/drawable-xhdpi/map_action_offroad.png
Normal file
After Width: | Height: | Size: 437 B |
BIN
OsmAnd/res/drawable-xxhdpi/ic_action_offroad.png
Normal file
After Width: | Height: | Size: 611 B |
BIN
OsmAnd/res/drawable-xxhdpi/map_action_offroad.png
Normal file
After Width: | Height: | Size: 611 B |
BIN
OsmAnd/res/drawable-xxxhdpi/ic_action_offroad.png
Normal file
After Width: | Height: | Size: 808 B |
BIN
OsmAnd/res/drawable-xxxhdpi/map_action_offroad.png
Normal file
After Width: | Height: | Size: 808 B |
|
@ -11,6 +11,7 @@
|
|||
Thx - Hardy
|
||||
|
||||
-->
|
||||
<string name="app_mode_offroad">Offroad</string>
|
||||
<string name="edit_profile_setup_title">Setup Profile</string>
|
||||
<string name="edit_profile_setup_subtitle">Profile keeps its own settings</string>
|
||||
<string name="edit_profile_configure_map">Configure map</string>
|
||||
|
|
|
@ -255,6 +255,7 @@ public class SelectProfileBottomSheetDialogFragment extends MenuBottomSheetDialo
|
|||
icons.add(new IconResWithDescr(R.drawable.ic_action_monowheel, R.string.app_mode_monowheel, "ic_action_monowheel", false));
|
||||
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));
|
||||
return icons;
|
||||
}
|
||||
|
||||
|
|