From 7dd1ffb82c21e81c3d31c0e38e4c60b50f0f857f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=A3=E5=AE=8F=E5=AE=87?= Date: Thu, 13 Feb 2020 18:25:42 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3BUG=20=E3=80=90=E6=96=B0?= =?UTF-8?q?=E9=B2=9C=E4=BA=8B=E3=80=91=E5=9C=B0=E5=9B=BEpoi=E7=82=B9?= =?UTF-8?q?=E7=BB=98=E5=88=B6=E4=B8=8E=E8=AE=BE=E8=AE=A1=E5=9B=BE=E4=B8=8D?= =?UTF-8?q?=E4=B8=80=E8=87=B4=20http://jira.zhidaohulian.com/projects/UI/i?= =?UTF-8?q?ssues/UI-268=3Ffilter=3Dallopenissues?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/res/layout/view_map_marker_info.xml | 1 + 1 file changed, 1 insertion(+) 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"