diff --git a/assets/busch_bg.jpg b/assets/busch_bg.jpg new file mode 100644 index 0000000..4d980e1 Binary files /dev/null and b/assets/busch_bg.jpg differ diff --git a/assets/ca_bg.jpg b/assets/ca_bg.jpg new file mode 100644 index 0000000..cbe8393 Binary files /dev/null and b/assets/ca_bg.jpg differ diff --git a/assets/cd_bg.jpg b/assets/cd_bg.jpg new file mode 100644 index 0000000..b4226e7 Binary files /dev/null and b/assets/cd_bg.jpg differ diff --git a/assets/livi_bg.jpg b/assets/livi_bg.jpg new file mode 100644 index 0000000..2424d14 Binary files /dev/null and b/assets/livi_bg.jpg differ diff --git a/lib/buy.dart b/lib/buy.dart index 434f765..37b295d 100644 --- a/lib/buy.dart +++ b/lib/buy.dart @@ -17,7 +17,16 @@ class _BuyScreenState extends State { Widget build(BuildContext context) { TimeOfDay _time = TimeOfDay.now(); return Scaffold( - body: const OffersListView(), + body: Column( + children: [ + Container( + width: double.infinity, + child: ElevatedButton( + onPressed: () {}, child: Text("Choose A Different Location")), + ), + const Expanded(child: CampusGridView()), + ], + ), ); } } @@ -43,6 +52,7 @@ class OffersListView extends StatelessWidget { Widget build(BuildContext context) { return ListView.builder( itemCount: 30, + padding: EdgeInsets.zero, itemBuilder: (BuildContext context, int index) { return InkWell( onTap: () { @@ -76,7 +86,7 @@ class OffersListView extends StatelessWidget { child: Container( height: 80, color: Colors.blue, - margin: const EdgeInsets.only(top: 4, bottom: 4), + margin: const EdgeInsets.only(bottom: 4), child: Row( children: [ Expanded(