Skip to content

Instantly share code, notes, and snippets.

@smellman
Created December 25, 2015 14:01
Show Gist options
  • Save smellman/09325aff1f4d4d017655 to your computer and use it in GitHub Desktop.
Save smellman/09325aff1f4d4d017655 to your computer and use it in GitHub Desktop.
Mapbox Android SDK (mapbox-gl-native) activity_main.xml
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
xmlns:mapbox="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".MainActivity">
<com.mapbox.mapboxsdk.views.MapView
android:id="@+id/mapview"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
mapbox:access_token="pk."
/>
</RelativeLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment