Skip to content

Instantly share code, notes, and snippets.

@FilHazer

FilHazer/map.xml Secret

Last active January 14, 2016 08:30
Show Gist options
  • Save FilHazer/9109ee28c334488224f5 to your computer and use it in GitHub Desktop.
Save FilHazer/9109ee28c334488224f5 to your computer and use it in GitHub Desktop.
map.xml
<xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
<com.google.android.gms.maps.MapView
android:id="@+id/mapView"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
class="com.google.android.gms.maps.SupportMapFragment" />
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment