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 authored Aug 1, 2017
1 parent 11b8f2d commit de46df2
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 @@ -108,8 +108,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;
}
mapboxMapOptions = options;
Expand Down
Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?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>
</resources>

0 comments on commit de46df2

Please sign in to comment.