summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/list_item_product_single.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/list_item_product_single.xml')
-rw-r--r--app/src/main/res/layout/list_item_product_single.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/res/layout/list_item_product_single.xml b/app/src/main/res/layout/list_item_product_single.xml
index a4578b3..a08f1f8 100644
--- a/app/src/main/res/layout/list_item_product_single.xml
+++ b/app/src/main/res/layout/list_item_product_single.xml
@@ -25,6 +25,7 @@
android:id="@+id/quantity"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
+ android:visibility="gone"
app:layout_constraintEnd_toStartOf="@+id/name"
app:layout_constraintHorizontal_bias="0.5"
app:layout_constraintHorizontal_chainStyle="packed"
@@ -52,6 +53,7 @@
android:layout_height="wrap_content"
android:layout_marginStart="8dp"
android:layout_marginEnd="8dp"
+ android:visibility="gone"
app:layout_constrainedWidth="true"
app:layout_constraintBottom_toTopOf="@+id/image"
app:layout_constraintEnd_toEndOf="parent"