Skip to content

Commit

Permalink
mapbox#1856 - Setting default style to Mapbox Streets
Browse files Browse the repository at this point in the history
  • Loading branch information
bleege committed Aug 7, 2015
1 parent 77e7067 commit 6468536
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ protected void onCreate(Bundle savedInstanceState) {

mDrawerLayout = (DrawerLayout) findViewById(R.id.drawer_layout);


mapView = (MapView) findViewById(R.id.mainMapView);
// Load the access token
try {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
android:id="@+id/mainMapView"
android:layout_width="match_parent"
android:layout_height="match_parent"
mapbox:styleUrl="asset://styles/mapbox-streets-v7.json"
/>

<TextView
Expand Down

0 comments on commit 6468536

Please sign in to comment.