Add new icon for profiles
This commit is contained in:
parent
92d03a0ec6
commit
653094eb76
2 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
Thx - Hardy
|
||||
|
||||
-->
|
||||
<string name="app_mode_ufo">UFO</string>
|
||||
<string name="release_3_4">
|
||||
• Application profiles: create your own profile for your needs, with a custom icon and color\n\n
|
||||
• Add settings for default and min/max speed for profiles\n\n
|
||||
|
|
|
@ -254,6 +254,7 @@ public class SelectProfileBottomSheetDialogFragment extends MenuBottomSheetDialo
|
|||
icons.add(new IconResWithDescr(R.drawable.ic_action_personal_transporter, R.string.app_mode_personal_transporter, "ic_action_personal_transporter", false));
|
||||
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));
|
||||
return icons;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue