From cc08b02be124d91dffda71323aa5e4f58d8d7454 Mon Sep 17 00:00:00 2001 From: Aaron Sun Date: Wed, 4 Nov 2020 21:34:38 -0800 Subject: [PATCH] Shrunk the item name text in shopping list --- Listify/app/src/main/res/layout/activity_listproductentry.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Listify/app/src/main/res/layout/activity_listproductentry.xml b/Listify/app/src/main/res/layout/activity_listproductentry.xml index 96a6fed..b6ac529 100644 --- a/Listify/app/src/main/res/layout/activity_listproductentry.xml +++ b/Listify/app/src/main/res/layout/activity_listproductentry.xml @@ -64,7 +64,7 @@ android:layout_marginBottom="100dp" android:padding="30dp" android:text="Product Name" - android:textSize="20sp" + android:textSize="15sp" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintStart_toEndOf="@+id/imageView" app:layout_constraintTop_toTopOf="parent" />