Hi Everyone,
I am trying to set up my MapView to take up the full screen of the mobile device. I have tried wrapping a FrameLayout around the MapView, that didn't work. I tried setting the layout_weight of the MapView to 1, that didn't work. I tried using a MapFragment instead of the MapView...