From d7fb380b8a4b5b7270d39bd41b94608f487d7da7 Mon Sep 17 00:00:00 2001 From: Aaron Sun Date: Wed, 25 Nov 2020 12:25:24 -0800 Subject: [PATCH] Populated Store page with package com.example.listify.ui.store; --- .../app/src/main/res/layout/activity_list.xml | 1 + .../src/main/res/layout/fragment_stores.xml | 51 +++++++++++++++++-- 2 files changed, 49 insertions(+), 3 deletions(-) diff --git a/Listify/app/src/main/res/layout/activity_list.xml b/Listify/app/src/main/res/layout/activity_list.xml index 7ecaabf..d286d14 100644 --- a/Listify/app/src/main/res/layout/activity_list.xml +++ b/Listify/app/src/main/res/layout/activity_list.xml @@ -48,6 +48,7 @@ android:layout_height="600dp" android:layout_marginTop="50dp" android:paddingBottom="20dp"/> + diff --git a/Listify/app/src/main/res/layout/fragment_stores.xml b/Listify/app/src/main/res/layout/fragment_stores.xml index 61a4490..500b979 100644 --- a/Listify/app/src/main/res/layout/fragment_stores.xml +++ b/Listify/app/src/main/res/layout/fragment_stores.xml @@ -1,6 +1,51 @@ - + + + + + + + + + \ No newline at end of file