|
|
@@ -126,6 +126,7 @@ public class ShipMap extends RelativeLayout implements GoogleMap.OnMarkerClickLi
|
|
|
mMap.getMapAsync(this);
|
|
|
|
|
|
LayoutParams layoutParams = new LayoutParams(LayoutParams.MATCH_PARENT,LayoutParams.MATCH_PARENT);
|
|
|
+ relativeLayout.setBackgroundColor(Color.parseColor("#EFEFF4"));
|
|
|
addView(relativeLayout,layoutParams);
|
|
|
|
|
|
} else {
|
|
|
@@ -143,6 +144,7 @@ public class ShipMap extends RelativeLayout implements GoogleMap.OnMarkerClickLi
|
|
|
|
|
|
|
|
|
LayoutParams layoutParams = new LayoutParams(LayoutParams.MATCH_PARENT,LayoutParams.MATCH_PARENT);
|
|
|
+ mBaiduMap.setBackgroundColor(Color.parseColor("#EFEFF4"));
|
|
|
addView(mBaiduMap,layoutParams);
|
|
|
}
|
|
|
|