wearwizard reorder menu

This commit is contained in:
AdrianLxM 2018-05-03 17:28:36 +02:00
parent 62a38ed537
commit 917fcb5953

View file

@ -46,8 +46,8 @@ public class MainMenuActivity extends MenuListActivity {
Vector<String> menuitems = new Vector<String>(); Vector<String> menuitems = new Vector<String>();
menuitems.add("TempT"); menuitems.add("TempT");
menuitems.add("Bolus");
if(showWizard) menuitems.add("Wizard"); if(showWizard) menuitems.add("Wizard");
menuitems.add("Bolus");
menuitems.add("Settings"); menuitems.add("Settings");
menuitems.add("Status"); menuitems.add("Status");
if (showPrimeFill) menuitems.add("Prime/Fill"); if (showPrimeFill) menuitems.add("Prime/Fill");