Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
#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 47b7f3b commit d3ba9e2
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 d3ba9e2

Please sign in to comment.