diff --git a/modules/mogo-module-service/src/main/res/layout/view_map_marker.xml b/modules/mogo-module-service/src/main/res/layout/view_map_marker.xml
index 06fe0259a4..78cc7c93b1 100644
--- a/modules/mogo-module-service/src/main/res/layout/view_map_marker.xml
+++ b/modules/mogo-module-service/src/main/res/layout/view_map_marker.xml
@@ -7,31 +7,46 @@
android:orientation="vertical"
tools:parentTag="androidx.constraintlayout.widget.ConstraintLayout" >
+
+
-
+ app:layout_constraintTop_toTopOf="parent"
+ app:miv_failureHolder="@drawable/icon_default"
+ app:miv_overlayImageId="@drawable/icon_default"
+ app:miv_placeHolder="@drawable/icon_default"
+ app:miv_shape="circle" />
-
-
\ No newline at end of file
diff --git a/modules/mogo-module-service/src/main/res/layout/view_map_marker_info.xml b/modules/mogo-module-service/src/main/res/layout/view_map_marker_info.xml
index 48b96abba9..388674c7e2 100644
--- a/modules/mogo-module-service/src/main/res/layout/view_map_marker_info.xml
+++ b/modules/mogo-module-service/src/main/res/layout/view_map_marker_info.xml
@@ -8,10 +8,21 @@
android:orientation="horizontal"
tools:parentTag="androidx.constraintlayout.widget.ConstraintLayout" >
+
+
-
\ No newline at end of file