Skip to content

Instantly share code, notes, and snippets.

@espritm
Created April 5, 2017 13:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save espritm/2b5fef5c8155b5826b7a22d4ec5d115b to your computer and use it in GitHub Desktop.
Save espritm/2b5fef5c8155b5826b7a22d4ec5d115b to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:map="http://schemas.android.com/apk/res-auto"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
<com.google.android.gms.maps.MapView
android:id="@+id/mainactivity_mapView"
android:layout_width="match_parent"
android:layout_height="match_parent"
map:uiZoomControls="true" />
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment