From 41828a374b117bd369bd8d62c1b6529dc1fd0812 Mon Sep 17 00:00:00 2001 From: Sergio De la torre Date: Fri, 17 Feb 2023 13:41:00 +0100 Subject: [PATCH 1/8] Modificar pantallas embalajes --- .idea/workspace.xml | 63 +++++++++------ .../presentation/base/BaseFragment.kt | 2 +- .../packaging/adapter/ItemSupplierAdapter.kt | 4 +- .../packaging/fragment/ObservFragment.kt | 5 +- .../fragment/PackagingCountFragment.kt | 77 ++++++++++++++++++- .../PackagingViewModel/SupplierViewModel.kt | 2 +- .../packaging/fragment/SupplierFragment.kt | 54 +++++++++++-- .../pasillero/fragment/PasilleroViewModel.kt | 4 +- .../main/res/layout/fragment_packaging.xml | 69 ++++++++++++----- .../res/layout/fragment_packaging_count.xml | 2 + .../res/layout/fragment_packaging_obs.xml | 11 ++- app/src/main/res/layout/item_image_row.xml | 8 +- .../main/res/layout/item_itemsupplier_row.xml | 9 ++- app/src/main/res/values-es/strings.xml | 6 ++ app/src/main/res/values/strings.xml | 8 +- 15 files changed, 251 insertions(+), 73 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 4540c781..88d0c499 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -83,9 +83,22 @@ - + - + + + + + + + + + + + + + +