From 88decdd5f85c0537059185f164ba3b15e4f1b477 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Wed, 11 Mar 2020 09:37:24 -0300 Subject: Show a different product layout when there's only one product The image will be shown bigger and centered below the product name. --- .../main/res/layout/list_item_product_single.xml | 76 ++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 app/src/main/res/layout/list_item_product_single.xml (limited to 'app/src/main/res') diff --git a/app/src/main/res/layout/list_item_product_single.xml b/app/src/main/res/layout/list_item_product_single.xml new file mode 100644 index 0000000..a4578b3 --- /dev/null +++ b/app/src/main/res/layout/list_item_product_single.xml @@ -0,0 +1,76 @@ + + + + + + + + + + + + + -- cgit v1.2.3