Populated Store page with names of available stores

This commit is contained in:
Aaron Sun 2020-11-25 12:28:16 -08:00
parent d7fb380b8a
commit 95251d7115

View File

@ -13,6 +13,7 @@ import com.example.listify.R;
public class StoreFragment extends Fragment {
public View onCreateView(@NonNull LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
View root = inflater.inflate(R.layout.fragment_stores, container, false);
return root;
}
}