From b8fa374baaaf29d09464f421e5c84583614e9899 Mon Sep 17 00:00:00 2001 From: yangyakun Date: Wed, 24 Jul 2024 15:13:00 +0800 Subject: [PATCH] =?UTF-8?q?[6.5.0]=20[fix]=20[=E5=B0=8F=E5=9C=B0=E5=9B=BE?= =?UTF-8?q?=E8=BE=B9=E7=95=8C=E5=8F=98=E6=9B=B4]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../common/src/main/res/layout/common_overmap_view.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/OCH/common/common/src/main/res/layout/common_overmap_view.xml b/OCH/common/common/src/main/res/layout/common_overmap_view.xml index 027a130ef7..c487ceac0f 100644 --- a/OCH/common/common/src/main/res/layout/common_overmap_view.xml +++ b/OCH/common/common/src/main/res/layout/common_overmap_view.xml @@ -19,9 +19,9 @@ app:mapStyleExtraPath="over_view_style_extra.data" app:mapStylePath="over_view_style.data" app:resetDrawable="@null" - app:leftPadding="0" - app:topPadding="0" - app:rightPadding="0" + app:leftPadding="70" + app:topPadding="70" + app:rightPadding="70" app:bottomPadding="160" />