diff --git a/app/src/main/res/layout/content_product.xml b/app/src/main/res/layout/content_product.xml index 2b049e6..4730ed8 100644 --- a/app/src/main/res/layout/content_product.xml +++ b/app/src/main/res/layout/content_product.xml @@ -19,7 +19,7 @@ + android:textSize="16sp"/> + android:textColor="@color/colorPrimary" + android:textSize="16sp"/> diff --git a/app/src/main/res/layout/single_product_image.xml b/app/src/main/res/layout/single_product_image.xml index ec29329..e23ac29 100644 --- a/app/src/main/res/layout/single_product_image.xml +++ b/app/src/main/res/layout/single_product_image.xml @@ -3,5 +3,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" + android:padding="32dp" + android:background="#ffffff" android:id="@+id/ivImage" - android:scaleType="centerCrop"/> \ No newline at end of file + android:scaleType="center"/> \ No newline at end of file diff --git a/app/src/main/res/layout/single_product_item.xml b/app/src/main/res/layout/single_product_item.xml index 339193c..9910c78 100644 --- a/app/src/main/res/layout/single_product_item.xml +++ b/app/src/main/res/layout/single_product_item.xml @@ -14,13 +14,15 @@ + android:layout_height="200dp"> + android:textSize="16sp"/>