From 79c4bdad4800fe88f84fb9bf83eb829d8629c038 Mon Sep 17 00:00:00 2001 From: GiuseppeS Date: Tue, 28 Mar 2023 16:24:03 +0200 Subject: [PATCH] Aggiunta causale nella lista degli inventari --- .idea/deploymentTargetDropDown.xml | 17 ++++++++++++++++ ...ent_elenco_inventario_list_single_item.xml | 20 +++++++++++++++++-- 2 files changed, 35 insertions(+), 2 deletions(-) create mode 100644 .idea/deploymentTargetDropDown.xml diff --git a/.idea/deploymentTargetDropDown.xml b/.idea/deploymentTargetDropDown.xml new file mode 100644 index 00000000..a57d2db4 --- /dev/null +++ b/.idea/deploymentTargetDropDown.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_elenco_inventario_list_single_item.xml b/app/src/main/res/layout/fragment_elenco_inventario_list_single_item.xml index 166fc407..32906207 100644 --- a/app/src/main/res/layout/fragment_elenco_inventario_list_single_item.xml +++ b/app/src/main/res/layout/fragment_elenco_inventario_list_single_item.xml @@ -72,8 +72,8 @@ + + + @@ -90,7 +106,7 @@ style="@android:style/TextAppearance.Small" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_below="@id/badge1" + android:layout_below="@id/causale" android:layout_marginTop="4dp" android:layout_marginEnd="4dp" android:layout_toStartOf="@id/zona"