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 7aa4fa03d4..e5fa9b4e91 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 @@ -36,6 +36,7 @@ android:layout_width="@dimen/dp_76" android:layout_height="@dimen/dp_76" android:layout_gravity="center" + android:layout_marginLeft="@dimen/dp_10" android:visibility="invisible" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintStart_toStartOf="parent"