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

Commit

Permalink
[android] - remove preview image integration (#9657)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobrun committed Aug 1, 2017
1 parent e4a6142 commit f5b48a5
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 70 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,7 @@ public MapView(@NonNull Context context, @Nullable MapboxMapOptions options) {

private void initialise(@NonNull final Context context, @NonNull final MapboxMapOptions options) {
if (isInEditMode()) {
// in IDE, show preview map
LayoutInflater.from(context).inflate(R.layout.mapbox_mapview_preview, this);
// in IDE layout editor, just return
return;
}

Expand Down

This file was deleted.

Binary file not shown.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="mapbox_gray">#7D7F80</color>
<color name="mapbox_gray_light">#EEEEEE</color>
<color name="mapbox_blue">#1E8CAB</color>
<color name="mapbox_my_location_ring">@color/mapbox_blue</color>
</resources>

0 comments on commit f5b48a5

Please sign in to comment.