Prima implementazione dello script per le multibuild

This commit is contained in:
2019-02-11 12:09:47 +01:00
parent 996f5978e9
commit b98530358d
12 changed files with 267 additions and 138 deletions

View File

@@ -87,7 +87,6 @@ public class DialogVenditaFiltroAvanzato {
Button button = ((AlertDialog) dialogInterface).getButton(AlertDialog.BUTTON_NEUTRAL);
button.setOnClickListener(view -> {
// TODO Do something
resetAll(viewModel);
});
});

View File

@@ -183,5 +183,6 @@
<string name="recovering_data">Recovering data</string>
<string name="wait_a_moment">Wait a moment</string>
<string name="title_dynamic_vgalimenti">Personalizzazione VGAlimenti</string>
<string name="title_dynamic__base">Azienda Base</string>
</resources>